#363405

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

Shades of Karaka #363405

Tints of Karaka #363405

Color information

#363405 (or 0x363405) is unknown color: approx Karaka. HEX triplet: 36, 34 and 05. RGB value is (54,52,5). Sum of RGB (Red+Green+Blue) = 54+52+5=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #363405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363405 is #C9CBFA. Grayscale: #2F2F2F. Windows color (decimal): -13224955 or 341046. OLE color: 341046.

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

Color convert

RGB54525-
CMYK00.040.910.79
HSL57.55º83.05%11.57%-
HSV(B)57.55º90.74%21.18%-
XYZ2.783.250.62-
YUV47.24104.16132.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=48.65%
G=46.85%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5452500.040.910.7957.5583.0511.57
Hex36345045B4F3a53c
Octal66645041331177212314
Binary11011011010010101001011011100111111101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363405; }

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

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

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

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

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

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

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

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