Html Css Color HEX #C3982E Nugget

📋 copy color: '#C3982E'

red 195 ◦ green 152 ◦ blue 46

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

Shades of Nugget #C3982E

Tints of Nugget #C3982E

RGB

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

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

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

R = 49.62%
G = 38.68%
B = 11.7%

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

#C3982E (or 0xC3982E) is known color: Nugget. HEX triplet: C3, 98 and 2E. RGB value is (195,152,46). Sum of RGB (Red+Green+Blue) = 195+152+46=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3982E is #3C67D1. Grayscale: #999999. Windows color (decimal): -3958738 or 3053763. OLE color: 3053763.

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

Color convert

RGB 195 152 46 -
CMYK 0 0.22 0.76 0.24
HSL 42.68º 0.62% 0.47% -
HSV(B) 42.68º 0.76% 0.76% -
XYZ 34.23 34.26 7.39 -
YUV 152.77 67.75 158.12 -
System Red Green Blue C M Y K H S L
Decimal 195 152 46 0 0.22 0.76 0.24 42.68 0.62 0.47
Hex C3 98 2E 0 16 4C 18 2B 3E 2F
Octal 303 230 56 0 26 114 30 53 76 57
Binary 11000011 10011000 101110 0 10110 1001100 11000 101011 111110 101111

Color Harmonies of #C3982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3982E

Black with #C3982E

Text Example


Text Example

White with #C3982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3982E; }

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

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

background-color css

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

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

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

border-color css

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

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

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