#292912

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

Shades of Karaka #292912

Tints of Karaka #292912

Color information

#292912 (or 0x292912) is unknown color: approx Karaka. HEX triplet: 29, 29 and 12. RGB value is (41,41,18). Sum of RGB (Red+Green+Blue) = 41+41+18=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 41 - color contains mainly: red, green. Hex color #292912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292912 is #D6D6ED. Grayscale: #262626. Windows color (decimal): -14079726 or 1190185. OLE color: 1190185.

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

Color convert

RGB414118-
CMYK000.560.84
HSL60º38.98%11.57%-
HSV(B)60º56.1%16.08%-
XYZ1.822.10.88-
YUV38.38116.5129.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 41 (16.41% from 255) = 41%
BLUE value IS 18 (7.42% from 255) = 18%
R=41%
G=41%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414118000.560.846038.9811.57
Hex2929120038543c27c
Octal5151220070124744714
Binary101001101001100100011100010101001111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292912; }

 p { color: rgb(41,41,18); }

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

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

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

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

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

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

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