#C37F2A

Color #C37F2A Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C37F2A

Tints of Geebung #C37F2A

Color information

#C37F2A (or 0xC37F2A) is unknown color: approx Geebung. HEX triplet: C3, 7F and 2A. RGB value is (195,127,42). Sum of RGB (Red+Green+Blue) = 195+127+42=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F2A is #3C80D5. Grayscale: #8A8A8A. Windows color (decimal): -3965142 or 2785219. OLE color: 2785219.

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

Color convert

RGB19512742-
CMYK00.350.780.24
HSL33.33º64.56%46.47%-
HSV(B)33.33º78.46%76.47%-
XYZ30.5126.955.78-
YUV137.6474.03168.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.57%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=53.57%
G=34.89%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951274200.350.780.2433.3364.5646.47
HexC37F2A0234E1821412e
Octal30317752043116304110156
Binary11000011111111110101001000111001110110001000011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F2A; }

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

 H1.HeaderClassName
 {
   color: #C37F2A;
 }
 .AnyTagClassName
 {
   color: #C37F2A;
 }
</style>
background-color css

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

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

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

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

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

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