#383615

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

Shades of Karaka #383615

Tints of Karaka #383615

Color information

#383615 (or 0x383615) is unknown color: approx Karaka. HEX triplet: 38, 36 and 15. RGB value is (56,54,21). Sum of RGB (Red+Green+Blue) = 56+54+21=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #383615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383615 is #C7C9EA. Grayscale: #323232. Windows color (decimal): -13093355 or 1390136. OLE color: 1390136.

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

Color convert

RGB565421-
CMYK00.040.630.78
HSL56.57º45.45%15.1%-
HSV(B)56.57º62.5%21.96%-
XYZ3.093.531.23-
YUV50.84111.16131.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 54 (21.48% from 255) = 41.22%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=42.75%
G=41.22%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56542100.040.630.7856.5745.4515.1
Hex383615043F4E392df
Octal7066250477116715517
Binary11100011011010101010011111110011101110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383615; }

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

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

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

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

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

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

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

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