Html Css Color HEX #C47F2C Geebung

📋 copy color: '#C47F2C'

red 196 ◦ green 127 ◦ blue 44

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

Shades of Geebung #C47F2C

Tints of Geebung #C47F2C

RGB

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

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

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

R = 53.41%
G = 34.6%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C47F2C (or 0xC47F2C) is known color: Geebung. HEX triplet: C4, 7F and 2C. RGB value is (196,127,44). Sum of RGB (Red+Green+Blue) = 196+127+44=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F2C is #3B80D3. Grayscale: #8A8A8A. Windows color (decimal): -3899604 or 2916292. OLE color: 2916292.

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

Color convert

RGB 196 127 44 -
CMYK 0 0.35 0.78 0.23
HSL 32.76º 0.63% 0.47% -
HSV(B) 32.76º 0.78% 0.77% -
XYZ 30.81 27.1 5.99 -
YUV 138.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 196 127 44 0 0.35 0.78 0.23 32.76 0.63 0.47
Hex C4 7F 2C 0 23 4E 17 21 3F 2F
Octal 304 177 54 0 43 116 27 41 77 57
Binary 11000100 1111111 101100 0 100011 1001110 10111 100001 111111 101111

Color Harmonies of #C47F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F2C

Black with #C47F2C

Text Example


Text Example

White with #C47F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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