Html Css Color HEX #C47D2C Geebung

📋 copy color: '#C47D2C'

red 196 ◦ green 125 ◦ blue 44

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

Shades of Geebung #C47D2C

Tints of Geebung #C47D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

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

R = 53.7%
G = 34.25%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C47D2C (or 0xC47D2C) is known color: Geebung. HEX triplet: C4, 7D and 2C. RGB value is (196,125,44). Sum of RGB (Red+Green+Blue) = 196+125+44=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D2C is #3B82D3. Grayscale: #898989. Windows color (decimal): -3900116 or 2915780. OLE color: 2915780.

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

Color convert

RGB 196 125 44 -
CMYK 0 0.36 0.78 0.23
HSL 31.97º 0.63% 0.47% -
HSV(B) 31.97º 0.78% 0.77% -
XYZ 30.55 26.58 5.9 -
YUV 137 75.52 170.09 -
System Red Green Blue C M Y K H S L
Decimal 196 125 44 0 0.36 0.78 0.23 31.97 0.63 0.47
Hex C4 7D 2C 0 24 4E 17 20 3F 2F
Octal 304 175 54 0 44 116 27 40 77 57
Binary 11000100 1111101 101100 0 100100 1001110 10111 100000 111111 101111

Color Harmonies of #C47D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D2C

Black with #C47D2C

Text Example


Text Example

White with #C47D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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