#36371D

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

Shades of Karaka #36371D

Tints of Karaka #36371D

Color information

#36371D (or 0x36371D) is unknown color: approx Karaka. HEX triplet: 36, 37 and 1D. RGB value is (54,55,29). Sum of RGB (Red+Green+Blue) = 54+55+29=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #36371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36371D is #C9C8E2. Grayscale: #333333. Windows color (decimal): -13224163 or 1914678. OLE color: 1914678.

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

Color convert

RGB545529-
CMYK0.0200.470.78
HSL62.31º30.95%16.47%-
HSV(B)62.31º47.27%21.57%-
XYZ3.113.611.69-
YUV51.74115.17129.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=39.13%
G=39.86%
B=21.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5455290.0200.470.7862.3130.9516.47
Hex36371D202F4E3e1f10
Octal6667352057116763720
Binary1101101101111110110010111110011101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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