Html Css Color HEX #C3932F Nugget

📋 copy color: '#C3932F'

red 195 ◦ green 147 ◦ blue 47

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

Shades of Nugget #C3932F

Tints of Nugget #C3932F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 50.13%
G = 37.79%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3932F (or 0xC3932F) is known color: Nugget. HEX triplet: C3, 93 and 2F. RGB value is (195,147,47). Sum of RGB (Red+Green+Blue) = 195+147+47=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3932F is #3C6CD0. Grayscale: #969696. Windows color (decimal): -3960017 or 3118019. OLE color: 3118019.

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

Color convert

RGB 195 147 47 -
CMYK 0 0.25 0.76 0.24
HSL 40.54º 0.61% 0.47% -
HSV(B) 40.54º 0.76% 0.76% -
XYZ 33.45 32.67 7.23 -
YUV 149.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 195 147 47 0 0.25 0.76 0.24 40.54 0.61 0.47
Hex C3 93 2F 0 19 4C 18 29 3D 2F
Octal 303 223 57 0 31 114 30 51 75 57
Binary 11000011 10010011 101111 0 11001 1001100 11000 101001 111101 101111

Color Harmonies of #C3932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3932F

Black with #C3932F

Text Example


Text Example

White with #C3932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3932F; }

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

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

background-color css

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

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

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

border-color css

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

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

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