#36331A

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

Shades of Karaka #36331A

Tints of Karaka #36331A

Color information

#36331A (or 0x36331A) is unknown color: approx Karaka. HEX triplet: 36, 33 and 1A. RGB value is (54,51,26). Sum of RGB (Red+Green+Blue) = 54+51+26=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #36331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36331A is #C9CCE5. Grayscale: #313131. Windows color (decimal): -13225190 or 1717046. OLE color: 1717046.

HSL color Cylindrical-coordinate representation of color #36331A: hue angle of 53.57º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36331A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB545126-
CMYK00.060.520.79
HSL53.57º35%15.69%-
HSV(B)53.57º51.85%21.18%-
XYZ2.893.231.45-
YUV49.05114.99131.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=41.22%
G=38.93%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54512600.060.520.7953.573515.69
Hex36331A06344F362310
Octal6663320664117664320
Binary110110110011110100110110100100111111011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36331A; }

 p { color: rgb(54,51,26); }

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

<style>
 a { background-color: #36331A; }

 a { background-color: rgb(54,51,26); }

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

<style>
 span { border-color: #36331A; }

 span { border-color: rgb(54,51,26); }

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