#36351E

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

Shades of Karaka #36351E

Tints of Karaka #36351E

Color information

#36351E (or 0x36351E) is unknown color: approx Karaka. HEX triplet: 36, 35 and 1E. RGB value is (54,53,30). Sum of RGB (Red+Green+Blue) = 54+53+30=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #36351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36351E is #C9CAE1. Grayscale: #323232. Windows color (decimal): -13224674 or 1979702. OLE color: 1979702.

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

Color convert

RGB545330-
CMYK00.020.440.79
HSL57.5º28.57%16.47%-
HSV(B)57.5º44.44%21.18%-
XYZ3.033.421.73-
YUV50.68116.33130.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=39.42%
G=38.69%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54533000.020.440.7957.528.5716.47
Hex36351E022C4F3a1d10
Octal6665360254117723520
Binary1101101101011111001010110010011111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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