Html Css Color HEX #C29B25 Sahara

📋 copy color: '#C29B25'

red 194 ◦ green 155 ◦ blue 37

#C29B25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #C29B25

Tints of Sahara #C29B25

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

 GREEN value IS 155 (60.94% from 255) = 40.16%

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 50.26%
G = 40.16%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C29B25 (or 0xC29B25) is known color: Sahara. HEX triplet: C2, 9B and 25. RGB value is (194,155,37). Sum of RGB (Red+Green+Blue) = 194+155+37=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B25 is #3D64DA. Grayscale: #999999. Windows color (decimal): -4023515 or 2464706. OLE color: 2464706.

HSL color Cylindrical-coordinate representation of color #C29B25: hue angle of 45.1º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C29B25 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 37 -
CMYK 0 0.20 0.81 0.24
HSL 45.1º 0.68% 0.45% -
HSV(B) 45.1º 0.81% 0.76% -
XYZ 34.3 35.05 6.71 -
YUV 153.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 194 155 37 0 0.20 0.81 0.24 45.1 0.68 0.45
Hex C2 9B 25 0 14 51 18 2D 44 2D
Octal 302 233 45 0 24 121 30 55 104 55
Binary 11000010 10011011 100101 0 10100 1010001 11000 101101 1000100 101101

Color Harmonies of #C29B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B25

Black with #C29B25

Text Example


Text Example

White with #C29B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B25; }

 p { color: rgb(194,155,37); }

 H1.HeaderClassName
 {
   color: #C29B25;
 }
 .AnyTagClassName
 {
   color: #C29B25;
 }
</style>

background-color css

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

 a { background-color: rgb(194,155,37); }

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

border-color css

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

 span { border-color: rgb(194,155,37); }

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