Html Css Color HEX #C5952D Nugget

📋 copy color: '#C5952D'

red 197 ◦ green 149 ◦ blue 45

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

Shades of Nugget #C5952D

Tints of Nugget #C5952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.51%

R = 50.38%
G = 38.11%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5952D (or 0xC5952D) is known color: Nugget. HEX triplet: C5, 95 and 2D. RGB value is (197,149,45). Sum of RGB (Red+Green+Blue) = 197+149+45=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5952D is #3A6AD2. Grayscale: #979797. Windows color (decimal): -3828435 or 2987461. OLE color: 2987461.

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

Color convert

RGB 197 149 45 -
CMYK 0 0.24 0.77 0.23
HSL 41.05º 0.63% 0.47% -
HSV(B) 41.05º 0.77% 0.77% -
XYZ 34.25 33.55 7.15 -
YUV 151.5 67.9 160.46 -
System Red Green Blue C M Y K H S L
Decimal 197 149 45 0 0.24 0.77 0.23 41.05 0.63 0.47
Hex C5 95 2D 0 18 4D 17 29 3F 2F
Octal 305 225 55 0 30 115 27 51 77 57
Binary 11000101 10010101 101101 0 11000 1001101 10111 101001 111111 101111

Color Harmonies of #C5952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5952D

Black with #C5952D

Text Example


Text Example

White with #C5952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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