Html Css Color HEX #C29A27 Nugget

📋 copy color: '#C29A27'

red 194 ◦ green 154 ◦ blue 39

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

Shades of Nugget #C29A27

Tints of Nugget #C29A27

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

 BLUE value IS 39 (15.63% from 255) = 10.08%

R = 50.13%
G = 39.79%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C29A27 (or 0xC29A27) is known color: Nugget. HEX triplet: C2, 9A and 27. RGB value is (194,154,39). Sum of RGB (Red+Green+Blue) = 194+154+39=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A27 is #3D65D8. Grayscale: #999999. Windows color (decimal): -4023769 or 2595522. OLE color: 2595522.

HSL color Cylindrical-coordinate representation of color #C29A27: hue angle of 44.52º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C29A27 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 39 -
CMYK 0 0.21 0.80 0.24
HSL 44.52º 0.67% 0.46% -
HSV(B) 44.52º 0.8% 0.76% -
XYZ 34.17 34.73 6.82 -
YUV 152.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 194 154 39 0 0.21 0.80 0.24 44.52 0.67 0.46
Hex C2 9A 27 0 15 50 18 2D 43 2E
Octal 302 232 47 0 25 120 30 55 103 56
Binary 11000010 10011010 100111 0 10101 1010000 11000 101101 1000011 101110

Color Harmonies of #C29A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A27

Black with #C29A27

Text Example


Text Example

White with #C29A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A27; }

 p { color: rgb(194,154,39); }

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

background-color css

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

 a { background-color: rgb(194,154,39); }

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

border-color css

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

 span { border-color: rgb(194,154,39); }

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