#282815

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

Shades of Karaka #282815

Tints of Karaka #282815

Color information

#282815 (or 0x282815) is unknown color: approx Karaka. HEX triplet: 28, 28 and 15. RGB value is (40,40,21). Sum of RGB (Red+Green+Blue) = 40+40+21=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 40 - color contains mainly: red, green. Hex color #282815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282815 is #D7D7EA. Grayscale: #252525. Windows color (decimal): -14145515 or 1386536. OLE color: 1386536.

HSL color Cylindrical-coordinate representation of color #282815: hue angle of 60º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #282815 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB404021-
CMYK000.480.84
HSL60º31.15%11.96%-
HSV(B)60º47.5%15.69%-
XYZ1.772.021.01-
YUV37.83118.5129.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=39.60%
G=39.60%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404021000.480.846031.1511.96
Hex2828150030543c1fc
Octal5050250060124743714
Binary10100010100010101001100001010100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282815; }

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

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

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

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

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

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

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

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