#C37A2E

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

Shades of Geebung #C37A2E

Tints of Geebung #C37A2E

Color information

#C37A2E (or 0xC37A2E) is unknown color: approx Geebung. HEX triplet: C3, 7A and 2E. RGB value is (195,122,46). Sum of RGB (Red+Green+Blue) = 195+122+46=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A2E is #3C85D1. Grayscale: #878787. Windows color (decimal): -3966418 or 3046083. OLE color: 3046083.

HSL color Cylindrical-coordinate representation of color #C37A2E: hue angle of 30.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C37A2E is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB19512246-
CMYK00.370.760.24
HSL30.6º61.83%47.25%-
HSV(B)30.6º76.41%76.47%-
XYZ29.9625.725.97-
YUV135.1677.68170.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.72%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 46 (18.36% from 255) = 12.67%
R=53.72%
G=33.61%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951224600.370.760.2430.661.8347.25
HexC37A2E0254C181f3e2f
Octal3031725604511430377657
Binary110000111111010101110010010110011001100011111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A2E; }

 p { color: rgb(195,122,46); }

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

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

 a { background-color: rgb(195,122,46); }

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

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

 span { border-color: rgb(195,122,46); }

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