Html Css Color HEX #C5921D Nugget

📋 copy color: '#C5921D'

red 197 ◦ green 146 ◦ blue 29

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

Shades of Nugget #C5921D

Tints of Nugget #C5921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.25%

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 52.96%
G = 39.25%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5921D (or 0xC5921D) is known color: Nugget. HEX triplet: C5, 92 and 1D. RGB value is (197,146,29). Sum of RGB (Red+Green+Blue) = 197+146+29=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5921D is #3A6DE2. Grayscale: #949494. Windows color (decimal): -3829219 or 1938117. OLE color: 1938117.

HSL color Cylindrical-coordinate representation of color #C5921D: hue angle of 41.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5921D is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 146 29 -
CMYK 0 0.26 0.85 0.23
HSL 41.79º 0.74% 0.44% -
HSV(B) 41.79º 0.85% 0.77% -
XYZ 33.53 32.52 5.67 -
YUV 147.91 60.9 163.01 -
System Red Green Blue C M Y K H S L
Decimal 197 146 29 0 0.26 0.85 0.23 41.79 0.74 0.44
Hex C5 92 1D 0 1A 55 17 2A 4A 2C
Octal 305 222 35 0 32 125 27 52 112 54
Binary 11000101 10010010 11101 0 11010 1010101 10111 101010 1001010 101100

Color Harmonies of #C5921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5921D

Black with #C5921D

Text Example


Text Example

White with #C5921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5921D; }

 p { color: rgb(197,146,29); }

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

background-color css

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

 a { background-color: rgb(197,146,29); }

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

border-color css

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

 span { border-color: rgb(197,146,29); }

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