#36351D

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

Shades of Karaka #36351D

Tints of Karaka #36351D

Color information

#36351D (or 0x36351D) is unknown color: approx Karaka. HEX triplet: 36, 35 and 1D. RGB value is (54,53,29). Sum of RGB (Red+Green+Blue) = 54+53+29=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #36351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36351D is #C9CAE2. Grayscale: #323232. Windows color (decimal): -13224675 or 1914166. OLE color: 1914166.

HSL color Cylindrical-coordinate representation of color #36351D: hue angle of 57.6º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36351D is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB545329-
CMYK00.020.460.79
HSL57.6º30.12%16.27%-
HSV(B)57.6º46.3%21.18%-
XYZ3.023.421.66-
YUV50.56115.83130.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=39.71%
G=38.97%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54532900.020.460.7957.630.1216.27
Hex36351D022E4F3a1e10
Octal6665350256117723620
Binary1101101101011110101010111010011111110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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