Html Css Color HEX #C47A2C Geebung

📋 copy color: '#C47A2C'

red 196 ◦ green 122 ◦ blue 44

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

Shades of Geebung #C47A2C

Tints of Geebung #C47A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

 BLUE value IS 44 (17.58% from 255) = 12.15%

R = 54.14%
G = 33.7%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C47A2C (or 0xC47A2C) is known color: Geebung. HEX triplet: C4, 7A and 2C. RGB value is (196,122,44). Sum of RGB (Red+Green+Blue) = 196+122+44=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A2C is #3B85D3. Grayscale: #878787. Windows color (decimal): -3900884 or 2915012. OLE color: 2915012.

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

Color convert

RGB 196 122 44 -
CMYK 0 0.38 0.78 0.23
HSL 30.79º 0.63% 0.47% -
HSV(B) 30.79º 0.78% 0.77% -
XYZ 30.18 25.84 5.78 -
YUV 135.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 196 122 44 0 0.38 0.78 0.23 30.79 0.63 0.47
Hex C4 7A 2C 0 26 4E 17 1F 3F 2F
Octal 304 172 54 0 46 116 27 37 77 57
Binary 11000100 1111010 101100 0 100110 1001110 10111 11111 111111 101111

Color Harmonies of #C47A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A2C

Black with #C47A2C

Text Example


Text Example

White with #C47A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A2C; }

 p { color: rgb(196,122,44); }

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

background-color css

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

 a { background-color: rgb(196,122,44); }

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

border-color css

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

 span { border-color: rgb(196,122,44); }

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