#28290F

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

Shades of Karaka #28290F

Tints of Karaka #28290F

Color information

#28290F (or 0x28290F) is unknown color: approx Karaka. HEX triplet: 28, 29 and 0F. RGB value is (40,41,15). Sum of RGB (Red+Green+Blue) = 40+41+15=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #28290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28290F is #D7D6F0. Grayscale: #252525. Windows color (decimal): -14145265 or 993576. OLE color: 993576.

HSL color Cylindrical-coordinate representation of color #28290F: hue angle of 62.31º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28290F is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB404115-
CMYK0.0200.630.84
HSL62.31º46.43%10.98%-
HSV(B)62.31º63.41%16.08%-
XYZ1.752.070.76-
YUV37.74115.17129.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=41.67%
G=42.71%
B=15.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041150.0200.630.8462.3146.4310.98
Hex2829F203F543e2eb
Octal5051172077124765613
Binary101000101001111110011111110101001111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28290F; }

 p { color: rgb(40,41,15); }

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

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

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

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

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

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

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