Html Css Color HEX #C47F32 Geebung

📋 copy color: '#C47F32'

red 196 ◦ green 127 ◦ blue 50

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

Shades of Geebung #C47F32

Tints of Geebung #C47F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.4%

R = 52.55%
G = 34.05%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C47F32 (or 0xC47F32) is known color: Geebung. HEX triplet: C4, 7F and 32. RGB value is (196,127,50). Sum of RGB (Red+Green+Blue) = 196+127+50=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F32 is #3B80CD. Grayscale: #8B8B8B. Windows color (decimal): -3899598 or 3309508. OLE color: 3309508.

HSL color Cylindrical-coordinate representation of color #C47F32: hue angle of 31.64º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47F32 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 50 -
CMYK 0 0.35 0.74 0.23
HSL 31.64º 0.59% 0.48% -
HSV(B) 31.64º 0.74% 0.77% -
XYZ 30.93 27.14 6.63 -
YUV 138.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 196 127 50 0 0.35 0.74 0.23 31.64 0.59 0.48
Hex C4 7F 32 0 23 4A 17 20 3B 30
Octal 304 177 62 0 43 112 27 40 73 60
Binary 11000100 1111111 110010 0 100011 1001010 10111 100000 111011 110000

Color Harmonies of #C47F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F32

Black with #C47F32

Text Example


Text Example

White with #C47F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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