Html Css Color HEX #C5932E Nugget

📋 copy color: '#C5932E'

red 197 ◦ green 147 ◦ blue 46

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

Shades of Nugget #C5932E

Tints of Nugget #C5932E

RGB

 RED value IS 197 (77.34% from 255) = 50.51%

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

 BLUE value IS 46 (18.36% from 255) = 11.79%

R = 50.51%
G = 37.69%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5932E (or 0xC5932E) is known color: Nugget. HEX triplet: C5, 93 and 2E. RGB value is (197,147,46). Sum of RGB (Red+Green+Blue) = 197+147+46=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5932E is #3A6CD1. Grayscale: #969696. Windows color (decimal): -3828946 or 3052485. OLE color: 3052485.

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

Color convert

RGB 197 147 46 -
CMYK 0 0.25 0.77 0.23
HSL 40.13º 0.62% 0.48% -
HSV(B) 40.13º 0.77% 0.77% -
XYZ 33.95 32.94 7.15 -
YUV 150.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 197 147 46 0 0.25 0.77 0.23 40.13 0.62 0.48
Hex C5 93 2E 0 19 4D 17 28 3E 30
Octal 305 223 56 0 31 115 27 50 76 60
Binary 11000101 10010011 101110 0 11001 1001101 10111 101000 111110 110000

Color Harmonies of #C5932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5932E

Black with #C5932E

Text Example


Text Example

White with #C5932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5932E; }

 p { color: rgb(197,147,46); }

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

background-color css

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

 a { background-color: rgb(197,147,46); }

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

border-color css

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

 span { border-color: rgb(197,147,46); }

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