Html Css Color HEX #C5952A Nugget

📋 copy color: '#C5952A'

red 197 ◦ green 149 ◦ blue 42

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

Shades of Nugget #C5952A

Tints of Nugget #C5952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

 BLUE value IS 42 (16.8% from 255) = 10.82%

R = 50.77%
G = 38.4%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5952A (or 0xC5952A) is known color: Nugget. HEX triplet: C5, 95 and 2A. RGB value is (197,149,42). Sum of RGB (Red+Green+Blue) = 197+149+42=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5952A is #3A6AD5. Grayscale: #979797. Windows color (decimal): -3828438 or 2790853. OLE color: 2790853.

HSL color Cylindrical-coordinate representation of color #C5952A: hue angle of 41.42º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5952A is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 149 42 -
CMYK 0 0.24 0.79 0.23
HSL 41.42º 0.65% 0.47% -
HSV(B) 41.42º 0.79% 0.77% -
XYZ 34.19 33.53 6.86 -
YUV 151.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 197 149 42 0 0.24 0.79 0.23 41.42 0.65 0.47
Hex C5 95 2A 0 18 4F 17 29 41 2F
Octal 305 225 52 0 30 117 27 51 101 57
Binary 11000101 10010101 101010 0 11000 1001111 10111 101001 1000001 101111

Color Harmonies of #C5952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5952A

Black with #C5952A

Text Example


Text Example

White with #C5952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5952A; }

 p { color: rgb(197,149,42); }

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

background-color css

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

 a { background-color: rgb(197,149,42); }

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

border-color css

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

 span { border-color: rgb(197,149,42); }

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