Html Css Color HEX #C5931E Nugget

📋 copy color: '#C5931E'

red 197 ◦ green 147 ◦ blue 30

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

Shades of Nugget #C5931E

Tints of Nugget #C5931E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 52.67%
G = 39.3%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5931E (or 0xC5931E) is known color: Nugget. HEX triplet: C5, 93 and 1E. RGB value is (197,147,30). Sum of RGB (Red+Green+Blue) = 197+147+30=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5931E is #3A6CE1. Grayscale: #959595. Windows color (decimal): -3828962 or 2003909. OLE color: 2003909.

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

Color convert

RGB 197 147 30 -
CMYK 0 0.25 0.85 0.23
HSL 42.04º 0.74% 0.45% -
HSV(B) 42.04º 0.85% 0.77% -
XYZ 33.69 32.83 5.79 -
YUV 148.61 61.07 162.51 -
System Red Green Blue C M Y K H S L
Decimal 197 147 30 0 0.25 0.85 0.23 42.04 0.74 0.45
Hex C5 93 1E 0 19 55 17 2A 4A 2D
Octal 305 223 36 0 31 125 27 52 112 55
Binary 11000101 10010011 11110 0 11001 1010101 10111 101010 1001010 101101

Color Harmonies of #C5931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5931E

Black with #C5931E

Text Example


Text Example

White with #C5931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5931E; }

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

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

background-color css

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

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

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

border-color css

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

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

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