Html Css Color HEX #C3962F Nugget

📋 copy color: '#C3962F'

red 195 ◦ green 150 ◦ blue 47

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

Shades of Nugget #C3962F

Tints of Nugget #C3962F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

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

R = 49.74%
G = 38.27%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3962F (or 0xC3962F) is known color: Nugget. HEX triplet: C3, 96 and 2F. RGB value is (195,150,47). Sum of RGB (Red+Green+Blue) = 195+150+47=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3962F is #3C69D0. Grayscale: #989898. Windows color (decimal): -3959249 or 3118787. OLE color: 3118787.

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

Color convert

RGB 195 150 47 -
CMYK 0 0.23 0.76 0.24
HSL 41.76º 0.61% 0.47% -
HSV(B) 41.76º 0.76% 0.76% -
XYZ 33.93 33.62 7.39 -
YUV 151.71 68.91 158.88 -
System Red Green Blue C M Y K H S L
Decimal 195 150 47 0 0.23 0.76 0.24 41.76 0.61 0.47
Hex C3 96 2F 0 17 4C 18 2A 3D 2F
Octal 303 226 57 0 27 114 30 52 75 57
Binary 11000011 10010110 101111 0 10111 1001100 11000 101010 111101 101111

Color Harmonies of #C3962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3962F

Black with #C3962F

Text Example


Text Example

White with #C3962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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