Html Css Color HEX #C3952E Nugget

📋 copy color: '#C3952E'

red 195 ◦ green 149 ◦ blue 46

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

Shades of Nugget #C3952E

Tints of Nugget #C3952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

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

R = 50%
G = 38.21%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3952E (or 0xC3952E) is known color: Nugget. HEX triplet: C3, 95 and 2E. RGB value is (195,149,46). Sum of RGB (Red+Green+Blue) = 195+149+46=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3952E is #3C6AD1. Grayscale: #979797. Windows color (decimal): -3959506 or 3052995. OLE color: 3052995.

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

Color convert

RGB 195 149 46 -
CMYK 0 0.24 0.76 0.24
HSL 41.48º 0.62% 0.47% -
HSV(B) 41.48º 0.76% 0.76% -
XYZ 33.75 33.29 7.23 -
YUV 151.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 195 149 46 0 0.24 0.76 0.24 41.48 0.62 0.47
Hex C3 95 2E 0 18 4C 18 29 3E 2F
Octal 303 225 56 0 30 114 30 51 76 57
Binary 11000011 10010101 101110 0 11000 1001100 11000 101001 111110 101111

Color Harmonies of #C3952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3952E

Black with #C3952E

Text Example


Text Example

White with #C3952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3952E; }

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

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

background-color css

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

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

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

border-color css

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

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

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