Html Css Color HEX #C37F32 Geebung

📋 copy color: '#C37F32'

red 195 ◦ green 127 ◦ blue 50

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

Shades of Geebung #C37F32

Tints of Geebung #C37F32

RGB

 RED value IS 195 (76.56% from 255) = 52.42%

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

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

R = 52.42%
G = 34.14%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C37F32 (or 0xC37F32) is known color: Geebung. HEX triplet: C3, 7F and 32. RGB value is (195,127,50). Sum of RGB (Red+Green+Blue) = 195+127+50=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F32 is #3C80CD. Grayscale: #8A8A8A. Windows color (decimal): -3965134 or 3309507. OLE color: 3309507.

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

Color convert

RGB 195 127 50 -
CMYK 0 0.35 0.74 0.24
HSL 31.86º 0.59% 0.48% -
HSV(B) 31.86º 0.74% 0.76% -
XYZ 30.67 27.01 6.61 -
YUV 138.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 195 127 50 0 0.35 0.74 0.24 31.86 0.59 0.48
Hex C3 7F 32 0 23 4A 18 20 3B 30
Octal 303 177 62 0 43 112 30 40 73 60
Binary 11000011 1111111 110010 0 100011 1001010 11000 100000 111011 110000

Color Harmonies of #C37F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F32

Black with #C37F32

Text Example


Text Example

White with #C37F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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