Html Css Color HEX #C4942F Nugget

📋 copy color: '#C4942F'

red 196 ◦ green 148 ◦ blue 47

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

Shades of Nugget #C4942F

Tints of Nugget #C4942F

RGB

 RED value IS 196 (76.95% from 255) = 50.13%

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

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

R = 50.13%
G = 37.85%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4942F (or 0xC4942F) is known color: Nugget. HEX triplet: C4, 94 and 2F. RGB value is (196,148,47). Sum of RGB (Red+Green+Blue) = 196+148+47=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4942F is #3B6BD0. Grayscale: #979797. Windows color (decimal): -3894225 or 3118276. OLE color: 3118276.

HSL color Cylindrical-coordinate representation of color #C4942F: hue angle of 40.67º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4942F is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 47 -
CMYK 0 0.24 0.76 0.23
HSL 40.67º 0.61% 0.48% -
HSV(B) 40.67º 0.76% 0.77% -
XYZ 33.87 33.12 7.3 -
YUV 150.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 196 148 47 0 0.24 0.76 0.23 40.67 0.61 0.48
Hex C4 94 2F 0 18 4C 17 29 3D 30
Octal 304 224 57 0 30 114 27 51 75 60
Binary 11000100 10010100 101111 0 11000 1001100 10111 101001 111101 110000

Color Harmonies of #C4942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4942F

Black with #C4942F

Text Example


Text Example

White with #C4942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4942F; }

 p { color: rgb(196,148,47); }

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

background-color css

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

 a { background-color: rgb(196,148,47); }

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

border-color css

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

 span { border-color: rgb(196,148,47); }

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