Html Css Color HEX #C37C32 Geebung

📋 copy color: '#C37C32'

red 195 ◦ green 124 ◦ blue 50

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

Shades of Geebung #C37C32

Tints of Geebung #C37C32

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.6%

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

R = 52.85%
G = 33.6%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C37C32 (or 0xC37C32) is known color: Geebung. HEX triplet: C3, 7C and 32. RGB value is (195,124,50). Sum of RGB (Red+Green+Blue) = 195+124+50=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C32 is #3C83CD. Grayscale: #898989. Windows color (decimal): -3965902 or 3308739. OLE color: 3308739.

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

Color convert

RGB 195 124 50 -
CMYK 0 0.36 0.74 0.24
HSL 30.62º 0.59% 0.48% -
HSV(B) 30.62º 0.74% 0.76% -
XYZ 30.29 26.25 6.49 -
YUV 136.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 195 124 50 0 0.36 0.74 0.24 30.62 0.59 0.48
Hex C3 7C 32 0 24 4A 18 1F 3B 30
Octal 303 174 62 0 44 112 30 37 73 60
Binary 11000011 1111100 110010 0 100100 1001010 11000 11111 111011 110000

Color Harmonies of #C37C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C32

Black with #C37C32

Text Example


Text Example

White with #C37C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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