#363420

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

Shades of Karaka #363420

Tints of Karaka #363420

Color information

#363420 (or 0x363420) is unknown color: approx Karaka. HEX triplet: 36, 34 and 20. RGB value is (54,52,32). Sum of RGB (Red+Green+Blue) = 54+52+32=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #363420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363420 is #C9CBDF. Grayscale: #323232. Windows color (decimal): -13224928 or 2110518. OLE color: 2110518.

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

Color convert

RGB545232-
CMYK00.040.410.79
HSL54.55º25.58%16.86%-
HSV(B)54.55º40.74%21.18%-
XYZ3.013.341.85-
YUV50.32117.66130.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=39.13%
G=37.68%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54523200.040.410.7954.5525.5816.86
Hex36342004294F371a11
Octal6664400451117673221
Binary110110110100100000010010100110011111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363420; }

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

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

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

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

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

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

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

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