#383715

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

Shades of Karaka #383715

Tints of Karaka #383715

Color information

#383715 (or 0x383715) is unknown color: approx Karaka. HEX triplet: 38, 37 and 15. RGB value is (56,55,21). Sum of RGB (Red+Green+Blue) = 56+55+21=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #383715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383715 is #C7C8EA. Grayscale: #333333. Windows color (decimal): -13093099 or 1390392. OLE color: 1390392.

HSL color Cylindrical-coordinate representation of color #383715: hue angle of 58.29º 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 #383715 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB565521-
CMYK00.020.630.78
HSL58.29º45.45%15.1%-
HSV(B)58.29º62.5%21.96%-
XYZ3.133.631.24-
YUV51.42110.83131.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=42.42%
G=41.67%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56552100.020.630.7858.2945.4515.1
Hex383715023F4E3a2df
Octal7067250277116725517
Binary1110001101111010101011111110011101110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383715; }

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

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

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

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

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

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

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

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