#363412

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

Shades of Karaka #363412

Tints of Karaka #363412

Color information

#363412 (or 0x363412) is unknown color: approx Karaka. HEX triplet: 36, 34 and 12. RGB value is (54,52,18). Sum of RGB (Red+Green+Blue) = 54+52+18=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #363412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363412 is #C9CBED. Grayscale: #303030. Windows color (decimal): -13224942 or 1193014. OLE color: 1193014.

HSL color Cylindrical-coordinate representation of color #363412: hue angle of 56.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363412 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB545218-
CMYK00.040.670.79
HSL56.67º50%14.12%-
HSV(B)56.67º66.67%21.18%-
XYZ2.863.281.06-
YUV48.72110.66131.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=43.55%
G=41.94%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54521800.040.670.7956.675014.12
Hex36341204434F3932e
Octal66642204103117716216
Binary110110110100100100100100001110011111110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363412; }

 p { color: rgb(54,52,18); }

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

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

 a { background-color: rgb(54,52,18); }

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

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

 span { border-color: rgb(54,52,18); }

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