#36351F

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

Shades of Karaka #36351F

Tints of Karaka #36351F

Color information

#36351F (or 0x36351F) is unknown color: approx Karaka. HEX triplet: 36, 35 and 1F. RGB value is (54,53,31). Sum of RGB (Red+Green+Blue) = 54+53+31=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #36351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36351F is #C9CAE0. Grayscale: #323232. Windows color (decimal): -13224673 or 2045238. OLE color: 2045238.

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

Color convert

RGB545331-
CMYK00.020.430.79
HSL57.39º27.06%16.67%-
HSV(B)57.39º42.59%21.18%-
XYZ3.043.431.8-
YUV50.79116.83130.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=39.13%
G=38.41%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54533100.020.430.7957.3927.0616.67
Hex36351F022B4F391b11
Octal6665370253117713321
Binary1101101101011111101010101110011111110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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