Html Css Color HEX #C29523 Nugget

📋 copy color: '#C29523'

red 194 ◦ green 149 ◦ blue 35

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

Shades of Nugget #C29523

Tints of Nugget #C29523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.26%

R = 51.32%
G = 39.42%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C29523 (or 0xC29523) is known color: Nugget. HEX triplet: C2, 95 and 23. RGB value is (194,149,35). Sum of RGB (Red+Green+Blue) = 194+149+35=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C29523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29523 is #3D6ADC. Grayscale: #959595. Windows color (decimal): -4025053 or 2332098. OLE color: 2332098.

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

Color convert

RGB 194 149 35 -
CMYK 0 0.23 0.82 0.24
HSL 43.02º 0.69% 0.45% -
HSV(B) 43.02º 0.82% 0.76% -
XYZ 33.3 33.09 6.22 -
YUV 149.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 194 149 35 0 0.23 0.82 0.24 43.02 0.69 0.45
Hex C2 95 23 0 17 52 18 2B 45 2D
Octal 302 225 43 0 27 122 30 53 105 55
Binary 11000010 10010101 100011 0 10111 1010010 11000 101011 1000101 101101

Color Harmonies of #C29523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29523

Black with #C29523

Text Example


Text Example

White with #C29523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29523; }

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

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

background-color css

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

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

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

border-color css

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

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

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