Html Css Color HEX #C4982E Nugget

📋 copy color: '#C4982E'

red 196 ◦ green 152 ◦ blue 46

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

Shades of Nugget #C4982E

Tints of Nugget #C4982E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 49.75%
G = 38.58%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4982E (or 0xC4982E) is known color: Nugget. HEX triplet: C4, 98 and 2E. RGB value is (196,152,46). Sum of RGB (Red+Green+Blue) = 196+152+46=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4982E is #3B67D1. Grayscale: #999999. Windows color (decimal): -3893202 or 3053764. OLE color: 3053764.

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

Color convert

RGB 196 152 46 -
CMYK 0 0.22 0.77 0.23
HSL 42.4º 0.62% 0.47% -
HSV(B) 42.4º 0.77% 0.77% -
XYZ 34.49 34.39 7.4 -
YUV 153.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 196 152 46 0 0.22 0.77 0.23 42.4 0.62 0.47
Hex C4 98 2E 0 16 4D 17 2A 3E 2F
Octal 304 230 56 0 26 115 27 52 76 57
Binary 11000100 10011000 101110 0 10110 1001101 10111 101010 111110 101111

Color Harmonies of #C4982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4982E

Black with #C4982E

Text Example


Text Example

White with #C4982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4982E; }

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

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

background-color css

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

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

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

border-color css

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

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

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