Html Css Color HEX #C29320 Nugget

📋 copy color: '#C29320'

red 194 ◦ green 147 ◦ blue 32

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

Shades of Nugget #C29320

Tints of Nugget #C29320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 32 (12.89% from 255) = 8.58%

R = 52.01%
G = 39.41%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C29320 (or 0xC29320) is known color: Nugget. HEX triplet: C2, 93 and 20. RGB value is (194,147,32). Sum of RGB (Red+Green+Blue) = 194+147+32=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C29320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29320 is #3D6CDF. Grayscale: #949494. Windows color (decimal): -4025568 or 2134978. OLE color: 2134978.

HSL color Cylindrical-coordinate representation of color #C29320: hue angle of 42.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C29320 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 32 -
CMYK 0 0.24 0.84 0.24
HSL 42.59º 0.72% 0.44% -
HSV(B) 42.59º 0.84% 0.76% -
XYZ 32.94 32.44 5.89 -
YUV 147.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 194 147 32 0 0.24 0.84 0.24 42.59 0.72 0.44
Hex C2 93 20 0 18 54 18 2B 48 2C
Octal 302 223 40 0 30 124 30 53 110 54
Binary 11000010 10010011 100000 0 11000 1010100 11000 101011 1001000 101100

Color Harmonies of #C29320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29320

Black with #C29320

Text Example


Text Example

White with #C29320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29320; }

 p { color: rgb(194,147,32); }

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

background-color css

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

 a { background-color: rgb(194,147,32); }

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

border-color css

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

 span { border-color: rgb(194,147,32); }

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