Html Css Color HEX #C3952C Nugget

📋 copy color: '#C3952C'

red 195 ◦ green 149 ◦ blue 44

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

Shades of Nugget #C3952C

Tints of Nugget #C3952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.34%

R = 50.26%
G = 38.4%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3952C (or 0xC3952C) is known color: Nugget. HEX triplet: C3, 95 and 2C. RGB value is (195,149,44). Sum of RGB (Red+Green+Blue) = 195+149+44=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3952C is #3C6AD3. Grayscale: #979797. Windows color (decimal): -3959508 or 2921923. OLE color: 2921923.

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

Color convert

RGB 195 149 44 -
CMYK 0 0.24 0.77 0.24
HSL 41.72º 0.63% 0.47% -
HSV(B) 41.72º 0.77% 0.76% -
XYZ 33.71 33.28 7.03 -
YUV 150.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 195 149 44 0 0.24 0.77 0.24 41.72 0.63 0.47
Hex C3 95 2C 0 18 4D 18 2A 3F 2F
Octal 303 225 54 0 30 115 30 52 77 57
Binary 11000011 10010101 101100 0 11000 1001101 11000 101010 111111 101111

Color Harmonies of #C3952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3952C

Black with #C3952C

Text Example


Text Example

White with #C3952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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