Html Css Color HEX #C49323 Nugget

📋 copy color: '#C49323'

red 196 ◦ green 147 ◦ blue 35

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

Shades of Nugget #C49323

Tints of Nugget #C49323

RGB

 RED value IS 196 (76.95% from 255) = 51.85%

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

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

R = 51.85%
G = 38.89%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C49323 (or 0xC49323) is known color: Nugget. HEX triplet: C4, 93 and 23. RGB value is (196,147,35). Sum of RGB (Red+Green+Blue) = 196+147+35=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C49323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49323 is #3B6CDC. Grayscale: #959595. Windows color (decimal): -3894493 or 2331588. OLE color: 2331588.

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

Color convert

RGB 196 147 35 -
CMYK 0 0.25 0.82 0.23
HSL 41.74º 0.7% 0.45% -
HSV(B) 41.74º 0.82% 0.77% -
XYZ 33.5 32.72 6.14 -
YUV 148.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 196 147 35 0 0.25 0.82 0.23 41.74 0.7 0.45
Hex C4 93 23 0 19 52 17 2A 46 2D
Octal 304 223 43 0 31 122 27 52 106 55
Binary 11000100 10010011 100011 0 11001 1010010 10111 101010 1000110 101101

Color Harmonies of #C49323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49323

Black with #C49323

Text Example


Text Example

White with #C49323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49323; }

 p { color: rgb(196,147,35); }

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

background-color css

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

 a { background-color: rgb(196,147,35); }

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

border-color css

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

 span { border-color: rgb(196,147,35); }

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