#C29E29

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

Shades of Sahara #C29E29

Tints of Sahara #C29E29

Color information

#C29E29 (or 0xC29E29) is unknown color: approx Sahara. HEX triplet: C2, 9E and 29. RGB value is (194,158,41). Sum of RGB (Red+Green+Blue) = 194+158+41=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E29 is #3D61D6. Grayscale: #9B9B9B. Windows color (decimal): -4022743 or 2727618. OLE color: 2727618.

HSL color Cylindrical-coordinate representation of color #C29E29: hue angle of 45.88º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C29E29 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19415841-
CMYK00.190.790.24
HSL45.88º65.11%46.08%-
HSV(B)45.88º78.87%76.08%-
XYZ34.8836.087.22-
YUV155.4363.43155.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 41 (16.41% from 255) = 10.43%
R=49.36%
G=40.20%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941584100.190.790.2445.8865.1146.08
HexC29E290134F182e412e
Octal30223651023117305610156
Binary11000010100111101010010100111001111110001011101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E29; }

 p { color: rgb(194,158,41); }

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

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

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

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

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

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

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