Html Css Color HEX #C3942B Nugget

📋 copy color: '#C3942B'

red 195 ◦ green 148 ◦ blue 43

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

Shades of Nugget #C3942B

Tints of Nugget #C3942B

RGB

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

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

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

R = 50.52%
G = 38.34%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3942B (or 0xC3942B) is known color: Nugget. HEX triplet: C3, 94 and 2B. RGB value is (195,148,43). Sum of RGB (Red+Green+Blue) = 195+148+43=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3942B is #3C6BD4. Grayscale: #969696. Windows color (decimal): -3959765 or 2856131. OLE color: 2856131.

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

Color convert

RGB 195 148 43 -
CMYK 0 0.24 0.78 0.24
HSL 41.45º 0.64% 0.47% -
HSV(B) 41.45º 0.78% 0.76% -
XYZ 33.53 32.96 6.88 -
YUV 150.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 195 148 43 0 0.24 0.78 0.24 41.45 0.64 0.47
Hex C3 94 2B 0 18 4E 18 29 40 2F
Octal 303 224 53 0 30 116 30 51 100 57
Binary 11000011 10010100 101011 0 11000 1001110 11000 101001 1000000 101111

Color Harmonies of #C3942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3942B

Black with #C3942B

Text Example


Text Example

White with #C3942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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