#363414

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

Shades of Karaka #363414

Tints of Karaka #363414

Color information

#363414 (or 0x363414) is unknown color: approx Karaka. HEX triplet: 36, 34 and 14. RGB value is (54,52,20). Sum of RGB (Red+Green+Blue) = 54+52+20=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #363414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363414 is #C9CBEB. Grayscale: #313131. Windows color (decimal): -13224940 or 1324086. OLE color: 1324086.

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

Color convert

RGB545220-
CMYK00.040.630.79
HSL56.47º45.95%14.51%-
HSV(B)56.47º62.96%21.18%-
XYZ2.883.291.15-
YUV48.95111.66131.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=42.86%
G=41.27%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54522000.040.630.7956.4745.9514.51
Hex363414043F4F382ef
Octal6664240477117705617
Binary11011011010010100010011111110011111110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363414; }

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

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

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

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

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

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

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

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