#363418

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

Shades of Karaka #363418

Tints of Karaka #363418

Color information

#363418 (or 0x363418) is unknown color: approx Karaka. HEX triplet: 36, 34 and 18. RGB value is (54,52,24). Sum of RGB (Red+Green+Blue) = 54+52+24=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #363418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363418 is #C9CBE7. Grayscale: #313131. Windows color (decimal): -13224936 or 1586230. OLE color: 1586230.

HSL color Cylindrical-coordinate representation of color #363418: hue angle of 56º 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 #363418 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB545224-
CMYK00.040.560.79
HSL56º38.46%15.29%-
HSV(B)56º55.56%21.18%-
XYZ2.913.311.35-
YUV49.41113.66131.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=41.54%
G=40%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54522400.040.560.795638.4615.29
Hex36341804384F3826f
Octal6664300470117704617
Binary11011011010011000010011100010011111110001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363418; }

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

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

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

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

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

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

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

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