Html Css Color HEX #C29428 Nugget

📋 copy color: '#C29428'

red 194 ◦ green 148 ◦ blue 40

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

Shades of Nugget #C29428

Tints of Nugget #C29428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

 BLUE value IS 40 (16.02% from 255) = 10.47%

R = 50.79%
G = 38.74%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C29428 (or 0xC29428) is known color: Nugget. HEX triplet: C2, 94 and 28. RGB value is (194,148,40). Sum of RGB (Red+Green+Blue) = 194+148+40=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C29428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29428 is #3D6BD7. Grayscale: #959595. Windows color (decimal): -4025304 or 2659522. OLE color: 2659522.

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

Color convert

RGB 194 148 40 -
CMYK 0 0.24 0.79 0.24
HSL 42.08º 0.66% 0.46% -
HSV(B) 42.08º 0.79% 0.76% -
XYZ 33.22 32.8 6.59 -
YUV 149.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 194 148 40 0 0.24 0.79 0.24 42.08 0.66 0.46
Hex C2 94 28 0 18 4F 18 2A 42 2E
Octal 302 224 50 0 30 117 30 52 102 56
Binary 11000010 10010100 101000 0 11000 1001111 11000 101010 1000010 101110

Color Harmonies of #C29428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29428

Black with #C29428

Text Example


Text Example

White with #C29428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29428; }

 p { color: rgb(194,148,40); }

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

background-color css

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

 a { background-color: rgb(194,148,40); }

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

border-color css

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

 span { border-color: rgb(194,148,40); }

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