Html Css Color HEX #C4982A Nugget

📋 copy color: '#C4982A'

red 196 ◦ green 152 ◦ blue 42

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

Shades of Nugget #C4982A

Tints of Nugget #C4982A

RGB

 RED value IS 196 (76.95% from 255) = 50.26%

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

 BLUE value IS 42 (16.8% from 255) = 10.77%

R = 50.26%
G = 38.97%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4982A (or 0xC4982A) is known color: Nugget. HEX triplet: C4, 98 and 2A. RGB value is (196,152,42). Sum of RGB (Red+Green+Blue) = 196+152+42=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4982A is #3B67D5. Grayscale: #999999. Windows color (decimal): -3893206 or 2791620. OLE color: 2791620.

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

Color convert

RGB 196 152 42 -
CMYK 0 0.22 0.79 0.23
HSL 42.86º 0.65% 0.47% -
HSV(B) 42.86º 0.79% 0.77% -
XYZ 34.41 34.36 7.01 -
YUV 152.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 196 152 42 0 0.22 0.79 0.23 42.86 0.65 0.47
Hex C4 98 2A 0 16 4F 17 2B 41 2F
Octal 304 230 52 0 26 117 27 53 101 57
Binary 11000100 10011000 101010 0 10110 1001111 10111 101011 1000001 101111

Color Harmonies of #C4982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4982A

Black with #C4982A

Text Example


Text Example

White with #C4982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4982A; }

 p { color: rgb(196,152,42); }

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

background-color css

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

 a { background-color: rgb(196,152,42); }

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

border-color css

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

 span { border-color: rgb(196,152,42); }

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