#363415

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

Shades of Karaka #363415

Tints of Karaka #363415

Color information

#363415 (or 0x363415) is unknown color: approx Karaka. HEX triplet: 36, 34 and 15. RGB value is (54,52,21). Sum of RGB (Red+Green+Blue) = 54+52+21=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #363415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363415 is #C9CBEA. Grayscale: #313131. Windows color (decimal): -13224939 or 1389622. OLE color: 1389622.

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

Color convert

RGB545221-
CMYK00.040.610.79
HSL56.36º44%14.71%-
HSV(B)56.36º61.11%21.18%-
XYZ2.883.291.19-
YUV49.06112.16131.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=42.52%
G=40.94%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54522100.040.610.7956.364414.71
Hex363415043D4F382cf
Octal6664250475117705417
Binary11011011010010101010011110110011111110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363415; }

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

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

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

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

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

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

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

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