#383815

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

Shades of Karaka #383815

Tints of Karaka #383815

Color information

#383815 (or 0x383815) is unknown color: approx Karaka. HEX triplet: 38, 38 and 15. RGB value is (56,56,21). Sum of RGB (Red+Green+Blue) = 56+56+21=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383815 is #C7C7EA. Grayscale: #343434. Windows color (decimal): -13092843 or 1390648. OLE color: 1390648.

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

Color convert

RGB565621-
CMYK000.630.78
HSL60º45.45%15.1%-
HSV(B)60º62.5%21.96%-
XYZ3.183.721.26-
YUV52.01110.5130.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=42.11%
G=42.11%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal565621000.630.786045.4515.1
Hex383815003F4E3c2df
Octal7070250077116745517
Binary111000111000101010011111110011101111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383815; }

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

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

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

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

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

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

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

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