Html Css Color HEX #C79531 Fuel Yellow

📋 copy color: '#C79531'

red 199 ◦ green 149 ◦ blue 49

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

Shades of Fuel Yellow #C79531

Tints of Fuel Yellow #C79531

RGB

 RED value IS 199 (78.13% from 255) = 50.13%

 GREEN value IS 149 (58.59% from 255) = 37.53%

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 50.13%
G = 37.53%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C79531 (or 0xC79531) is known color: Fuel Yellow. HEX triplet: C7, 95 and 31. RGB value is (199,149,49). Sum of RGB (Red+Green+Blue) = 199+149+49=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C79531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79531 is #386ACE. Grayscale: #989898. Windows color (decimal): -3697359 or 3249607. OLE color: 3249607.

HSL color Cylindrical-coordinate representation of color #C79531: hue angle of 40º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C79531 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 49 -
CMYK 0 0.25 0.75 0.22
HSL 40º 0.6% 0.49% -
HSV(B) 40º 0.75% 0.78% -
XYZ 34.86 33.86 7.6 -
YUV 152.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 199 149 49 0 0.25 0.75 0.22 40 0.6 0.49
Hex C7 95 31 0 19 4B 16 28 3C 31
Octal 307 225 61 0 31 113 26 50 74 61
Binary 11000111 10010101 110001 0 11001 1001011 10110 101000 111100 110001

Color Harmonies of #C79531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79531

Black with #C79531

Text Example


Text Example

White with #C79531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79531; }

 p { color: rgb(199,149,49); }

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

background-color css

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

 a { background-color: rgb(199,149,49); }

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

border-color css

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

 span { border-color: rgb(199,149,49); }

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