Html Css Color HEX #C5982C Nugget

📋 copy color: '#C5982C'

red 197 ◦ green 152 ◦ blue 44

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

Shades of Nugget #C5982C

Tints of Nugget #C5982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 44 (17.58% from 255) = 11.2%

R = 50.13%
G = 38.68%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5982C (or 0xC5982C) is known color: Nugget. HEX triplet: C5, 98 and 2C. RGB value is (197,152,44). Sum of RGB (Red+Green+Blue) = 197+152+44=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5982C is #3A67D3. Grayscale: #999999. Windows color (decimal): -3827668 or 2922693. OLE color: 2922693.

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

Color convert

RGB 197 152 44 -
CMYK 0 0.23 0.78 0.23
HSL 42.35º 0.63% 0.47% -
HSV(B) 42.35º 0.78% 0.77% -
XYZ 34.71 34.51 7.21 -
YUV 153.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 197 152 44 0 0.23 0.78 0.23 42.35 0.63 0.47
Hex C5 98 2C 0 17 4E 17 2A 3F 2F
Octal 305 230 54 0 27 116 27 52 77 57
Binary 11000101 10011000 101100 0 10111 1001110 10111 101010 111111 101111

Color Harmonies of #C5982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5982C

Black with #C5982C

Text Example


Text Example

White with #C5982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5982C; }

 p { color: rgb(197,152,44); }

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

background-color css

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

 a { background-color: rgb(197,152,44); }

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

border-color css

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

 span { border-color: rgb(197,152,44); }

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