Html Css Color HEX #C3932B Nugget

📋 copy color: '#C3932B'

red 195 ◦ green 147 ◦ blue 43

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

Shades of Nugget #C3932B

Tints of Nugget #C3932B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.17%

R = 50.65%
G = 38.18%
B = 11.17%

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

#C3932B (or 0xC3932B) is known color: Nugget. HEX triplet: C3, 93 and 2B. RGB value is (195,147,43). Sum of RGB (Red+Green+Blue) = 195+147+43=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3932B is #3C6CD4. Grayscale: #959595. Windows color (decimal): -3960021 or 2855875. OLE color: 2855875.

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

Color convert

RGB 195 147 43 -
CMYK 0 0.25 0.78 0.24
HSL 41.05º 0.64% 0.47% -
HSV(B) 41.05º 0.78% 0.76% -
XYZ 33.38 32.64 6.83 -
YUV 149.5 67.9 160.46 -
System Red Green Blue C M Y K H S L
Decimal 195 147 43 0 0.25 0.78 0.24 41.05 0.64 0.47
Hex C3 93 2B 0 19 4E 18 29 40 2F
Octal 303 223 53 0 31 116 30 51 100 57
Binary 11000011 10010011 101011 0 11001 1001110 11000 101001 1000000 101111

Color Harmonies of #C3932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3932B

Black with #C3932B

Text Example


Text Example

White with #C3932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3932B; }

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

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

background-color css

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

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

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

border-color css

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

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

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