Html Css Color HEX #C3932A Nugget

📋 copy color: '#C3932A'

red 195 ◦ green 147 ◦ blue 42

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

Shades of Nugget #C3932A

Tints of Nugget #C3932A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.94%

R = 50.78%
G = 38.28%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3932A (or 0xC3932A) is known color: Nugget. HEX triplet: C3, 93 and 2A. RGB value is (195,147,42). Sum of RGB (Red+Green+Blue) = 195+147+42=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3932A is #3C6CD5. Grayscale: #959595. Windows color (decimal): -3960022 or 2790339. OLE color: 2790339.

HSL color Cylindrical-coordinate representation of color #C3932A: hue angle of 41.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3932A is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 147 42 -
CMYK 0 0.25 0.78 0.24
HSL 41.18º 0.65% 0.46% -
HSV(B) 41.18º 0.78% 0.76% -
XYZ 33.36 32.64 6.73 -
YUV 149.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 195 147 42 0 0.25 0.78 0.24 41.18 0.65 0.46
Hex C3 93 2A 0 19 4E 18 29 41 2E
Octal 303 223 52 0 31 116 30 51 101 56
Binary 11000011 10010011 101010 0 11001 1001110 11000 101001 1000001 101110

Color Harmonies of #C3932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3932A

Black with #C3932A

Text Example


Text Example

White with #C3932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3932A; }

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

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

background-color css

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

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

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

border-color css

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

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

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