Html Css Color HEX #C5942F Nugget

📋 copy color: '#C5942F'

red 197 ◦ green 148 ◦ blue 47

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

Shades of Nugget #C5942F

Tints of Nugget #C5942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 50.26%
G = 37.76%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5942F (or 0xC5942F) is known color: Nugget. HEX triplet: C5, 94 and 2F. RGB value is (197,148,47). Sum of RGB (Red+Green+Blue) = 197+148+47=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5942F is #3A6BD0. Grayscale: #979797. Windows color (decimal): -3828689 or 3118277. OLE color: 3118277.

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

Color convert

RGB 197 148 47 -
CMYK 0 0.25 0.76 0.23
HSL 40.4º 0.61% 0.48% -
HSV(B) 40.4º 0.76% 0.77% -
XYZ 34.13 33.26 7.31 -
YUV 151.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 197 148 47 0 0.25 0.76 0.23 40.4 0.61 0.48
Hex C5 94 2F 0 19 4C 17 28 3D 30
Octal 305 224 57 0 31 114 27 50 75 60
Binary 11000101 10010100 101111 0 11001 1001100 10111 101000 111101 110000

Color Harmonies of #C5942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5942F

Black with #C5942F

Text Example


Text Example

White with #C5942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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