#363402

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

Shades of Karaka #363402

Tints of Karaka #363402

Color information

#363402 (or 0x363402) is unknown color: approx Karaka. HEX triplet: 36, 34 and 02. RGB value is (54,52,2). Sum of RGB (Red+Green+Blue) = 54+52+2=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #363402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363402 is #C9CBFD. Grayscale: #2F2F2F. Windows color (decimal): -13224958 or 144438. OLE color: 144438.

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

Color convert

RGB54522-
CMYK00.040.960.79
HSL57.69º92.86%10.98%-
HSV(B)57.69º96.3%21.18%-
XYZ2.763.240.54-
YUV46.9102.66133.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=50%
G=48.15%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5452200.040.960.7957.6992.8610.98
Hex3634204604F3a5db
Octal66642041401177213513
Binary1101101101001001001100000100111111101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363402; }

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

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

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

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

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

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

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

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