#383616

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

Shades of Karaka #383616

Tints of Karaka #383616

Color information

#383616 (or 0x383616) is unknown color: approx Karaka. HEX triplet: 38, 36 and 16. RGB value is (56,54,22). Sum of RGB (Red+Green+Blue) = 56+54+22=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #383616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383616 is #C7C9E9. Grayscale: #333333. Windows color (decimal): -13093354 or 1455672. OLE color: 1455672.

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

Color convert

RGB565422-
CMYK00.040.610.78
HSL56.47º43.59%15.29%-
HSV(B)56.47º60.71%21.96%-
XYZ3.093.541.28-
YUV50.95111.66131.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=42.42%
G=40.91%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56542200.040.610.7856.4743.5915.29
Hex383616043D4E382cf
Octal7066260475116705417
Binary11100011011010110010011110110011101110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383616; }

 p { color: rgb(56,54,22); }

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

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

 a { background-color: rgb(56,54,22); }

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

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

 span { border-color: rgb(56,54,22); }

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