Html Css Color HEX #C4992F Nugget

📋 copy color: '#C4992F'

red 196 ◦ green 153 ◦ blue 47

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

Shades of Nugget #C4992F

Tints of Nugget #C4992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

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

R = 49.49%
G = 38.64%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4992F (or 0xC4992F) is known color: Nugget. HEX triplet: C4, 99 and 2F. RGB value is (196,153,47). Sum of RGB (Red+Green+Blue) = 196+153+47=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C4992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4992F is #3B66D0. Grayscale: #9A9A9A. Windows color (decimal): -3892945 or 3119556. OLE color: 3119556.

HSL color Cylindrical-coordinate representation of color #C4992F: hue angle of 42.68º 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 #C4992F is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 47 -
CMYK 0 0.22 0.76 0.23
HSL 42.68º 0.61% 0.48% -
HSV(B) 42.68º 0.76% 0.77% -
XYZ 34.67 34.72 7.56 -
YUV 153.77 67.75 158.12 -
System Red Green Blue C M Y K H S L
Decimal 196 153 47 0 0.22 0.76 0.23 42.68 0.61 0.48
Hex C4 99 2F 0 16 4C 17 2B 3D 30
Octal 304 231 57 0 26 114 27 53 75 60
Binary 11000100 10011001 101111 0 10110 1001100 10111 101011 111101 110000

Color Harmonies of #C4992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4992F

Black with #C4992F

Text Example


Text Example

White with #C4992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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