#363317

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

Shades of Karaka #363317

Tints of Karaka #363317

Color information

#363317 (or 0x363317) is unknown color: approx Karaka. HEX triplet: 36, 33 and 17. RGB value is (54,51,23). Sum of RGB (Red+Green+Blue) = 54+51+23=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #363317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363317 is #C9CCE8. Grayscale: #303030. Windows color (decimal): -13225193 or 1520438. OLE color: 1520438.

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

Color convert

RGB545123-
CMYK00.060.570.79
HSL54.19º40.26%15.1%-
HSV(B)54.19º57.41%21.18%-
XYZ2.863.211.28-
YUV48.7113.49131.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.19%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=42.19%
G=39.84%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54512300.060.570.7954.1940.2615.1
Hex36331706394F3628f
Octal6663270671117665017
Binary11011011001110111011011100110011111101101010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363317; }

 p { color: rgb(54,51,23); }

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

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

 a { background-color: rgb(54,51,23); }

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

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

 span { border-color: rgb(54,51,23); }

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