#28290C

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

Shades of Karaka #28290C

Tints of Karaka #28290C

Color information

#28290C (or 0x28290C) is unknown color: approx Karaka. HEX triplet: 28, 29 and 0C. RGB value is (40,41,12). Sum of RGB (Red+Green+Blue) = 40+41+12=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 41 - color contains mainly: green. Hex color #28290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28290C is #D7D6F3. Grayscale: #252525. Windows color (decimal): -14145268 or 796968. OLE color: 796968.

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

Color convert

RGB404112-
CMYK0.0200.710.84
HSL62.07º54.72%10.39%-
HSV(B)62.07º70.73%16.08%-
XYZ1.732.060.65-
YUV37.4113.67129.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 41 (16.41% from 255) = 44.09%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=43.01%
G=44.09%
B=12.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041120.0200.710.8462.0754.7210.39
Hex2829C2047543e37a
Octal50511420107124766712
Binary1010001010011100100100011110101001111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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