Html Css Color HEX #C5982B Nugget

📋 copy color: '#C5982B'

red 197 ◦ green 152 ◦ blue 43

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

Shades of Nugget #C5982B

Tints of Nugget #C5982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.97%

R = 50.26%
G = 38.78%
B = 10.97%

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

#C5982B (or 0xC5982B) is known color: Nugget. HEX triplet: C5, 98 and 2B. RGB value is (197,152,43). Sum of RGB (Red+Green+Blue) = 197+152+43=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5982B is #3A67D4. Grayscale: #999999. Windows color (decimal): -3827669 or 2857157. OLE color: 2857157.

HSL color Cylindrical-coordinate representation of color #C5982B: hue angle of 42.47º degrees, saturation: 0.64, 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 #C5982B is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 152 43 -
CMYK 0 0.23 0.78 0.23
HSL 42.47º 0.64% 0.47% -
HSV(B) 42.47º 0.78% 0.77% -
XYZ 34.69 34.5 7.12 -
YUV 153.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 197 152 43 0 0.23 0.78 0.23 42.47 0.64 0.47
Hex C5 98 2B 0 17 4E 17 2A 40 2F
Octal 305 230 53 0 27 116 27 52 100 57
Binary 11000101 10011000 101011 0 10111 1001110 10111 101010 1000000 101111

Color Harmonies of #C5982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5982B

Black with #C5982B

Text Example


Text Example

White with #C5982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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