Html Css Color HEX #C29527 Nugget

📋 copy color: '#C29527'

red 194 ◦ green 149 ◦ blue 39

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

Shades of Nugget #C29527

Tints of Nugget #C29527

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.01%

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

R = 50.79%
G = 39.01%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C29527 (or 0xC29527) is known color: Nugget. HEX triplet: C2, 95 and 27. RGB value is (194,149,39). Sum of RGB (Red+Green+Blue) = 194+149+39=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C29527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29527 is #3D6AD8. Grayscale: #969696. Windows color (decimal): -4025049 or 2594242. OLE color: 2594242.

HSL color Cylindrical-coordinate representation of color #C29527: hue angle of 42.58º 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 #C29527 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 39 -
CMYK 0 0.23 0.80 0.24
HSL 42.58º 0.67% 0.46% -
HSV(B) 42.58º 0.8% 0.76% -
XYZ 33.36 33.11 6.55 -
YUV 149.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 194 149 39 0 0.23 0.80 0.24 42.58 0.67 0.46
Hex C2 95 27 0 17 50 18 2B 43 2E
Octal 302 225 47 0 27 120 30 53 103 56
Binary 11000010 10010101 100111 0 10111 1010000 11000 101011 1000011 101110

Color Harmonies of #C29527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29527

Black with #C29527

Text Example


Text Example

White with #C29527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29527; }

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

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

background-color css

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

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

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

border-color css

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

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

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