Html Css Color HEX #C5941F Nugget

📋 copy color: '#C5941F'

red 197 ◦ green 148 ◦ blue 31

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

Shades of Nugget #C5941F

Tints of Nugget #C5941F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 52.39%
G = 39.36%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5941F (or 0xC5941F) is known color: Nugget. HEX triplet: C5, 94 and 1F. RGB value is (197,148,31). Sum of RGB (Red+Green+Blue) = 197+148+31=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5941F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5941F is #3A6BE0. Grayscale: #959595. Windows color (decimal): -3828705 or 2069701. OLE color: 2069701.

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

Color convert

RGB 197 148 31 -
CMYK 0 0.25 0.84 0.23
HSL 42.29º 0.73% 0.45% -
HSV(B) 42.29º 0.84% 0.77% -
XYZ 33.86 33.15 5.91 -
YUV 149.31 61.23 162.01 -
System Red Green Blue C M Y K H S L
Decimal 197 148 31 0 0.25 0.84 0.23 42.29 0.73 0.45
Hex C5 94 1F 0 19 54 17 2A 49 2D
Octal 305 224 37 0 31 124 27 52 111 55
Binary 11000101 10010100 11111 0 11001 1010100 10111 101010 1001001 101101

Color Harmonies of #C5941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5941F

Black with #C5941F

Text Example


Text Example

White with #C5941F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5941F; }

 p { color: rgb(197,148,31); }

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

background-color css

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

 a { background-color: rgb(197,148,31); }

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

border-color css

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

 span { border-color: rgb(197,148,31); }

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