Html Css Color HEX #C47F2E Geebung

📋 copy color: '#C47F2E'

red 196 ◦ green 127 ◦ blue 46

#C47F2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C47F2E

Tints of Geebung #C47F2E

RGB

 RED value IS 196 (76.95% from 255) = 53.12%

 GREEN value IS 127 (50% from 255) = 34.42%

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 53.12%
G = 34.42%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C47F2E (or 0xC47F2E) is known color: Geebung. HEX triplet: C4, 7F and 2E. RGB value is (196,127,46). Sum of RGB (Red+Green+Blue) = 196+127+46=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F2E is #3B80D1. Grayscale: #8A8A8A. Windows color (decimal): -3899602 or 3047364. OLE color: 3047364.

HSL color Cylindrical-coordinate representation of color #C47F2E: hue angle of 32.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C47F2E is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 46 -
CMYK 0 0.35 0.77 0.23
HSL 32.4º 0.62% 0.47% -
HSV(B) 32.4º 0.77% 0.77% -
XYZ 30.85 27.11 6.19 -
YUV 138.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 196 127 46 0 0.35 0.77 0.23 32.4 0.62 0.47
Hex C4 7F 2E 0 23 4D 17 20 3E 2F
Octal 304 177 56 0 43 115 27 40 76 57
Binary 11000100 1111111 101110 0 100011 1001101 10111 100000 111110 101111

Color Harmonies of #C47F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F2E

Black with #C47F2E

Text Example


Text Example

White with #C47F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F2E; }

 p { color: rgb(196,127,46); }

 H1.HeaderClassName
 {
   color: #C47F2E;
 }
 .AnyTagClassName
 {
   color: #C47F2E;
 }
</style>

background-color css

<style>
 a { background-color: #C47F2E; }

 a { background-color: rgb(196,127,46); }

 div.DivClassName
 {
   background-color: #C47F2E;
 }
 .BgClassName
 {
   background-color: #C47F2E;
 }
</style>

border-color css

<style>
 span { border-color: #C47F2E; }

 span { border-color: rgb(196,127,46); }

 td.TdClassName
 {
   border-color: #C47F2E;
 }
 .TagClassName
 {
   border-color: #C47F2E;
 }
</style>