#37360C

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

Shades of Karaka #37360C

Tints of Karaka #37360C

Color information

#37360C (or 0x37360C) is unknown color: approx Karaka. HEX triplet: 37, 36 and 0C. RGB value is (55,54,12). Sum of RGB (Red+Green+Blue) = 55+54+12=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #37360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37360C is #C8C9F3. Grayscale: #313131. Windows color (decimal): -13158900 or 800311. OLE color: 800311.

HSL color Cylindrical-coordinate representation of color #37360C: hue angle of 58.6º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37360C is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB555412-
CMYK00.020.780.78
HSL58.6º64.18%13.14%-
HSV(B)58.6º78.18%21.57%-
XYZ2.963.480.86-
YUV49.51106.83131.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=45.45%
G=44.63%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55541200.020.780.7858.664.1813.14
Hex3736C024E4E3b40d
Octal676614021161167310015
Binary11011111011011000101001110100111011101110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37360C; }

 p { color: rgb(55,54,12); }

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

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

 a { background-color: rgb(55,54,12); }

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

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

 span { border-color: rgb(55,54,12); }

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