#36351C

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

Shades of Karaka #36351C

Tints of Karaka #36351C

Color information

#36351C (or 0x36351C) is unknown color: approx Karaka. HEX triplet: 36, 35 and 1C. RGB value is (54,53,28). Sum of RGB (Red+Green+Blue) = 54+53+28=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #36351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36351C is #C9CAE3. Grayscale: #323232. Windows color (decimal): -13224676 or 1848630. OLE color: 1848630.

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

Color convert

RGB545328-
CMYK00.020.480.79
HSL57.69º31.71%16.08%-
HSV(B)57.69º48.15%21.18%-
XYZ33.411.6-
YUV50.45115.33130.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=40%
G=39.26%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54532800.020.480.7957.6931.7116.08
Hex36351C02304F3a2010
Octal6665340260117724020
Binary11011011010111100010110000100111111101010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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