#36371B

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

Shades of Karaka #36371B

Tints of Karaka #36371B

Color information

#36371B (or 0x36371B) is unknown color: approx Karaka. HEX triplet: 36, 37 and 1B. RGB value is (54,55,27). Sum of RGB (Red+Green+Blue) = 54+55+27=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #36371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36371B is #C9C8E4. Grayscale: #333333. Windows color (decimal): -13224165 or 1783606. OLE color: 1783606.

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

Color convert

RGB545527-
CMYK0.0200.510.78
HSL62.14º34.15%16.08%-
HSV(B)62.14º50.91%21.57%-
XYZ3.093.61.57-
YUV51.51114.17129.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=39.71%
G=40.44%
B=19.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5455270.0200.510.7862.1434.1516.08
Hex36371B20334E3e2210
Octal6667332063116764220
Binary11011011011111011100110011100111011111010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36371B; }

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

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

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

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

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

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

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

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