Html Css Color HEX #C3942D Nugget

📋 copy color: '#C3942D'

red 195 ◦ green 148 ◦ blue 45

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

Shades of Nugget #C3942D

Tints of Nugget #C3942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 50.26%
G = 38.14%
B = 11.6%

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

#C3942D (or 0xC3942D) is known color: Nugget. HEX triplet: C3, 94 and 2D. RGB value is (195,148,45). Sum of RGB (Red+Green+Blue) = 195+148+45=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3942D is #3C6BD2. Grayscale: #969696. Windows color (decimal): -3959763 or 2987203. OLE color: 2987203.

HSL color Cylindrical-coordinate representation of color #C3942D: hue angle of 41.2º degrees, saturation: 0.62, 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 #C3942D is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 45 -
CMYK 0 0.24 0.77 0.24
HSL 41.2º 0.63% 0.47% -
HSV(B) 41.2º 0.77% 0.76% -
XYZ 33.57 32.97 7.08 -
YUV 150.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 195 148 45 0 0.24 0.77 0.24 41.2 0.63 0.47
Hex C3 94 2D 0 18 4D 18 29 3E 2F
Octal 303 224 55 0 30 115 30 51 76 57
Binary 11000011 10010100 101101 0 11000 1001101 11000 101001 111110 101111

Color Harmonies of #C3942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3942D

Black with #C3942D

Text Example


Text Example

White with #C3942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3942D; }

 p { color: rgb(195,148,45); }

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

background-color css

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

 a { background-color: rgb(195,148,45); }

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

border-color css

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

 span { border-color: rgb(195,148,45); }

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