Html Css Color HEX #C47F28 Geebung

📋 copy color: '#C47F28'

red 196 ◦ green 127 ◦ blue 40

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

Shades of Geebung #C47F28

Tints of Geebung #C47F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 53.99%
G = 34.99%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C47F28 (or 0xC47F28) is known color: Geebung. HEX triplet: C4, 7F and 28. RGB value is (196,127,40). Sum of RGB (Red+Green+Blue) = 196+127+40=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F28 is #3B80D7. Grayscale: #8A8A8A. Windows color (decimal): -3899608 or 2654148. OLE color: 2654148.

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

Color convert

RGB 196 127 40 -
CMYK 0 0.35 0.80 0.23
HSL 33.46º 0.66% 0.46% -
HSV(B) 33.46º 0.8% 0.77% -
XYZ 30.74 27.07 5.61 -
YUV 137.71 72.86 169.57 -
System Red Green Blue C M Y K H S L
Decimal 196 127 40 0 0.35 0.80 0.23 33.46 0.66 0.46
Hex C4 7F 28 0 23 50 17 21 42 2E
Octal 304 177 50 0 43 120 27 41 102 56
Binary 11000100 1111111 101000 0 100011 1010000 10111 100001 1000010 101110

Color Harmonies of #C47F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F28

Black with #C47F28

Text Example


Text Example

White with #C47F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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