Html Css Color HEX #C37F21 Geebung

📋 copy color: '#C37F21'

red 195 ◦ green 127 ◦ blue 33

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

Shades of Geebung #C37F21

Tints of Geebung #C37F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.3%

R = 54.93%
G = 35.77%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C37F21 (or 0xC37F21) is known color: Geebung. HEX triplet: C3, 7F and 21. RGB value is (195,127,33). Sum of RGB (Red+Green+Blue) = 195+127+33=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F21 is #3C80DE. Grayscale: #898989. Windows color (decimal): -3965151 or 2195395. OLE color: 2195395.

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

Color convert

RGB 195 127 33 -
CMYK 0 0.35 0.83 0.24
HSL 34.81º 0.71% 0.45% -
HSV(B) 34.81º 0.83% 0.76% -
XYZ 30.37 26.89 5.03 -
YUV 136.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 195 127 33 0 0.35 0.83 0.24 34.81 0.71 0.45
Hex C3 7F 21 0 23 53 18 23 47 2D
Octal 303 177 41 0 43 123 30 43 107 55
Binary 11000011 1111111 100001 0 100011 1010011 11000 100011 1000111 101101

Color Harmonies of #C37F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F21

Black with #C37F21

Text Example


Text Example

White with #C37F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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