Html Css Color HEX #C4982B Nugget

📋 copy color: '#C4982B'

red 196 ◦ green 152 ◦ blue 43

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

Shades of Nugget #C4982B

Tints of Nugget #C4982B

RGB

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

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

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

R = 50.13%
G = 38.87%
B = 11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4982B (or 0xC4982B) is known color: Nugget. HEX triplet: C4, 98 and 2B. RGB value is (196,152,43). Sum of RGB (Red+Green+Blue) = 196+152+43=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4982B is #3B67D4. Grayscale: #999999. Windows color (decimal): -3893205 or 2857156. OLE color: 2857156.

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

Color convert

RGB 196 152 43 -
CMYK 0 0.22 0.78 0.23
HSL 42.75º 0.64% 0.47% -
HSV(B) 42.75º 0.78% 0.77% -
XYZ 34.43 34.37 7.1 -
YUV 152.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 196 152 43 0 0.22 0.78 0.23 42.75 0.64 0.47
Hex C4 98 2B 0 16 4E 17 2B 40 2F
Octal 304 230 53 0 26 116 27 53 100 57
Binary 11000100 10011000 101011 0 10110 1001110 10111 101011 1000000 101111

Color Harmonies of #C4982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4982B

Black with #C4982B

Text Example


Text Example

White with #C4982B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4982B; }

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

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

background-color css

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

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

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

border-color css

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

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

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