Html Css Color HEX #C29832 Nugget

📋 copy color: '#C29832'

red 194 ◦ green 152 ◦ blue 50

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

Shades of Nugget #C29832

Tints of Nugget #C29832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.38%

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 48.99%
G = 38.38%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C29832 (or 0xC29832) is known color: Nugget. HEX triplet: C2, 98 and 32. RGB value is (194,152,50). Sum of RGB (Red+Green+Blue) = 194+152+50=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C29832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29832 is #3D67CD. Grayscale: #999999. Windows color (decimal): -4024270 or 3315906. OLE color: 3315906.

HSL color Cylindrical-coordinate representation of color #C29832: hue angle of 42.5º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C29832 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 50 -
CMYK 0 0.22 0.74 0.24
HSL 42.5º 0.59% 0.48% -
HSV(B) 42.5º 0.74% 0.76% -
XYZ 34.05 34.16 7.82 -
YUV 152.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 194 152 50 0 0.22 0.74 0.24 42.5 0.59 0.48
Hex C2 98 32 0 16 4A 18 2A 3B 30
Octal 302 230 62 0 26 112 30 52 73 60
Binary 11000010 10011000 110010 0 10110 1001010 11000 101010 111011 110000

Color Harmonies of #C29832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29832

Black with #C29832

Text Example


Text Example

White with #C29832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29832; }

 p { color: rgb(194,152,50); }

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

background-color css

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

 a { background-color: rgb(194,152,50); }

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

border-color css

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

 span { border-color: rgb(194,152,50); }

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