#363318

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

Shades of Karaka #363318

Tints of Karaka #363318

Color information

#363318 (or 0x363318) is unknown color: approx Karaka. HEX triplet: 36, 33 and 18. RGB value is (54,51,24). Sum of RGB (Red+Green+Blue) = 54+51+24=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #363318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363318 is #C9CCE7. Grayscale: #303030. Windows color (decimal): -13225192 or 1585974. OLE color: 1585974.

HSL color Cylindrical-coordinate representation of color #363318: hue angle of 54º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363318 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB545124-
CMYK00.060.560.79
HSL54º38.46%15.29%-
HSV(B)54º55.56%21.18%-
XYZ2.873.221.33-
YUV48.82113.99131.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=41.86%
G=39.53%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54512400.060.560.795438.4615.29
Hex36331806384F3626f
Octal6663300670117664617
Binary11011011001111000011011100010011111101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363318; }

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

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

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

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

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

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

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

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