Html Css Color HEX #C4992E Nugget

📋 copy color: '#C4992E'

red 196 ◦ green 153 ◦ blue 46

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

Shades of Nugget #C4992E

Tints of Nugget #C4992E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 49.62%
G = 38.73%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4992E (or 0xC4992E) is known color: Nugget. HEX triplet: C4, 99 and 2E. RGB value is (196,153,46). Sum of RGB (Red+Green+Blue) = 196+153+46=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4992E is #3B66D1. Grayscale: #9A9A9A. Windows color (decimal): -3892946 or 3054020. OLE color: 3054020.

HSL color Cylindrical-coordinate representation of color #C4992E: hue angle of 42.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4992E is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 46 -
CMYK 0 0.22 0.77 0.23
HSL 42.8º 0.62% 0.47% -
HSV(B) 42.8º 0.77% 0.77% -
XYZ 34.65 34.72 7.46 -
YUV 153.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 196 153 46 0 0.22 0.77 0.23 42.8 0.62 0.47
Hex C4 99 2E 0 16 4D 17 2B 3E 2F
Octal 304 231 56 0 26 115 27 53 76 57
Binary 11000100 10011001 101110 0 10110 1001101 10111 101011 111110 101111

Color Harmonies of #C4992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4992E

Black with #C4992E

Text Example


Text Example

White with #C4992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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