Html Css Color HEX #C29324 Nugget

📋 copy color: '#C29324'

red 194 ◦ green 147 ◦ blue 36

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

Shades of Nugget #C29324

Tints of Nugget #C29324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.55%

R = 51.46%
G = 38.99%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C29324 (or 0xC29324) is known color: Nugget. HEX triplet: C2, 93 and 24. RGB value is (194,147,36). Sum of RGB (Red+Green+Blue) = 194+147+36=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C29324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29324 is #3D6CDB. Grayscale: #949494. Windows color (decimal): -4025564 or 2397122. OLE color: 2397122.

HSL color Cylindrical-coordinate representation of color #C29324: hue angle of 42.15º degrees, saturation: 0.69, 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 #C29324 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 36 -
CMYK 0 0.24 0.81 0.24
HSL 42.15º 0.69% 0.45% -
HSV(B) 42.15º 0.81% 0.76% -
XYZ 33 32.46 6.2 -
YUV 148.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 194 147 36 0 0.24 0.81 0.24 42.15 0.69 0.45
Hex C2 93 24 0 18 51 18 2A 45 2D
Octal 302 223 44 0 30 121 30 52 105 55
Binary 11000010 10010011 100100 0 11000 1010001 11000 101010 1000101 101101

Color Harmonies of #C29324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29324

Black with #C29324

Text Example


Text Example

White with #C29324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29324; }

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

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

background-color css

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

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

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

border-color css

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

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

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