Html Css Color HEX #C5932D Nugget

📋 copy color: '#C5932D'

red 197 ◦ green 147 ◦ blue 45

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

Shades of Nugget #C5932D

Tints of Nugget #C5932D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 50.64%
G = 37.79%
B = 11.57%

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

#C5932D (or 0xC5932D) is known color: Nugget. HEX triplet: C5, 93 and 2D. RGB value is (197,147,45). Sum of RGB (Red+Green+Blue) = 197+147+45=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5932D is #3A6CD2. Grayscale: #969696. Windows color (decimal): -3828947 or 2986949. OLE color: 2986949.

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

Color convert

RGB 197 147 45 -
CMYK 0 0.25 0.77 0.23
HSL 40.26º 0.63% 0.47% -
HSV(B) 40.26º 0.77% 0.77% -
XYZ 33.93 32.93 7.05 -
YUV 150.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 197 147 45 0 0.25 0.77 0.23 40.26 0.63 0.47
Hex C5 93 2D 0 19 4D 17 28 3F 2F
Octal 305 223 55 0 31 115 27 50 77 57
Binary 11000101 10010011 101101 0 11001 1001101 10111 101000 111111 101111

Color Harmonies of #C5932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5932D

Black with #C5932D

Text Example


Text Example

White with #C5932D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5932D; }

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

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

background-color css

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

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

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

border-color css

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

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

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