Html Css Color HEX #C47C2C Geebung

📋 copy color: '#C47C2C'

red 196 ◦ green 124 ◦ blue 44

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

Shades of Geebung #C47C2C

Tints of Geebung #C47C2C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

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

R = 53.85%
G = 34.07%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C47C2C (or 0xC47C2C) is known color: Geebung. HEX triplet: C4, 7C and 2C. RGB value is (196,124,44). Sum of RGB (Red+Green+Blue) = 196+124+44=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C2C is #3B83D3. Grayscale: #888888. Windows color (decimal): -3900372 or 2915524. OLE color: 2915524.

HSL color Cylindrical-coordinate representation of color #C47C2C: hue angle of 31.58º 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 #C47C2C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 44 -
CMYK 0 0.37 0.78 0.23
HSL 31.58º 0.63% 0.47% -
HSV(B) 31.58º 0.78% 0.77% -
XYZ 30.43 26.33 5.86 -
YUV 136.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 196 124 44 0 0.37 0.78 0.23 31.58 0.63 0.47
Hex C4 7C 2C 0 25 4E 17 20 3F 2F
Octal 304 174 54 0 45 116 27 40 77 57
Binary 11000100 1111100 101100 0 100101 1001110 10111 100000 111111 101111

Color Harmonies of #C47C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C2C

Black with #C47C2C

Text Example


Text Example

White with #C47C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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