#37361C

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

Shades of Karaka #37361C

Tints of Karaka #37361C

Color information

#37361C (or 0x37361C) is unknown color: approx Karaka. HEX triplet: 37, 36 and 1C. RGB value is (55,54,28). Sum of RGB (Red+Green+Blue) = 55+54+28=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #37361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37361C is #C8C9E3. Grayscale: #333333. Windows color (decimal): -13158884 or 1848887. OLE color: 1848887.

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

Color convert

RGB555428-
CMYK00.020.490.78
HSL57.78º32.53%16.27%-
HSV(B)57.78º49.09%21.57%-
XYZ3.13.531.62-
YUV51.34114.83130.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.15%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=40.15%
G=39.42%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55542800.020.490.7857.7832.5316.27
Hex37361C02314E3a2110
Octal6766340261116724120
Binary11011111011011100010110001100111011101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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