Html Css Color HEX #C5942E Nugget

📋 copy color: '#C5942E'

red 197 ◦ green 148 ◦ blue 46

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

Shades of Nugget #C5942E

Tints of Nugget #C5942E

RGB

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

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

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

R = 50.38%
G = 37.85%
B = 11.76%

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

#C5942E (or 0xC5942E) is known color: Nugget. HEX triplet: C5, 94 and 2E. RGB value is (197,148,46). Sum of RGB (Red+Green+Blue) = 197+148+46=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5942E is #3A6BD1. Grayscale: #979797. Windows color (decimal): -3828690 or 3052741. OLE color: 3052741.

HSL color Cylindrical-coordinate representation of color #C5942E: hue angle of 40.53º 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 #C5942E is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 148 46 -
CMYK 0 0.25 0.77 0.23
HSL 40.53º 0.62% 0.48% -
HSV(B) 40.53º 0.77% 0.77% -
XYZ 34.11 33.25 7.2 -
YUV 151.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 197 148 46 0 0.25 0.77 0.23 40.53 0.62 0.48
Hex C5 94 2E 0 19 4D 17 29 3E 30
Octal 305 224 56 0 31 115 27 51 76 60
Binary 11000101 10010100 101110 0 11001 1001101 10111 101001 111110 110000

Color Harmonies of #C5942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5942E

Black with #C5942E

Text Example


Text Example

White with #C5942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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