#383517

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

Shades of Karaka #383517

Tints of Karaka #383517

Color information

#383517 (or 0x383517) is unknown color: approx Karaka. HEX triplet: 38, 35 and 17. RGB value is (56,53,23). Sum of RGB (Red+Green+Blue) = 56+53+23=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #383517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383517 is #C7CAE8. Grayscale: #323232. Windows color (decimal): -13093609 or 1520952. OLE color: 1520952.

HSL color Cylindrical-coordinate representation of color #383517: hue angle of 54.55º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383517 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB565323-
CMYK00.050.590.78
HSL54.55º41.77%15.49%-
HSV(B)54.55º58.93%21.96%-
XYZ3.063.451.32-
YUV50.48112.49131.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=42.42%
G=40.15%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56532300.050.590.7854.5541.7715.49
Hex383517053B4E372af
Octal7065270573116675217
Binary11100011010110111010111101110011101101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383517; }

 p { color: rgb(56,53,23); }

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

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

 a { background-color: rgb(56,53,23); }

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

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

 span { border-color: rgb(56,53,23); }

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