Html Css Color HEX #C3982F Nugget

📋 copy color: '#C3982F'

red 195 ◦ green 152 ◦ blue 47

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

Shades of Nugget #C3982F

Tints of Nugget #C3982F

RGB

 RED value IS 195 (76.56% from 255) = 49.49%

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

 BLUE value IS 47 (18.75% from 255) = 11.93%

R = 49.49%
G = 38.58%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3982F (or 0xC3982F) is known color: Nugget. HEX triplet: C3, 98 and 2F. RGB value is (195,152,47). Sum of RGB (Red+Green+Blue) = 195+152+47=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3982F is #3C67D0. Grayscale: #999999. Windows color (decimal): -3958737 or 3119299. OLE color: 3119299.

HSL color Cylindrical-coordinate representation of color #C3982F: hue angle of 42.57º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3982F is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 152 47 -
CMYK 0 0.22 0.76 0.24
HSL 42.57º 0.61% 0.47% -
HSV(B) 42.57º 0.76% 0.76% -
XYZ 34.25 34.26 7.5 -
YUV 152.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 195 152 47 0 0.22 0.76 0.24 42.57 0.61 0.47
Hex C3 98 2F 0 16 4C 18 2B 3D 2F
Octal 303 230 57 0 26 114 30 53 75 57
Binary 11000011 10011000 101111 0 10110 1001100 11000 101011 111101 101111

Color Harmonies of #C3982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3982F

Black with #C3982F

Text Example


Text Example

White with #C3982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3982F; }

 p { color: rgb(195,152,47); }

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

background-color css

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

 a { background-color: rgb(195,152,47); }

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

border-color css

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

 span { border-color: rgb(195,152,47); }

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