#363419

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

Shades of Karaka #363419

Tints of Karaka #363419

Color information

#363419 (or 0x363419) is unknown color: approx Karaka. HEX triplet: 36, 34 and 19. RGB value is (54,52,25). Sum of RGB (Red+Green+Blue) = 54+52+25=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #363419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363419 is #C9CBE6. Grayscale: #313131. Windows color (decimal): -13224935 or 1651766. OLE color: 1651766.

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

Color convert

RGB545225-
CMYK00.040.540.79
HSL55.86º36.71%15.49%-
HSV(B)55.86º53.7%21.18%-
XYZ2.923.311.4-
YUV49.52114.16131.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=41.22%
G=39.69%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54522500.040.540.7955.8636.7115.49
Hex36341904364F3825f
Octal6664310466117704517
Binary11011011010011001010011011010011111110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363419; }

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

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

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

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

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

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

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

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