#CB9131

Color #CB9131 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CB9131

Tints of Fuel Yellow #CB9131

Color information

#CB9131 (or 0xCB9131) is unknown color: approx Fuel Yellow. HEX triplet: CB, 91 and 31. RGB value is (203,145,49). Sum of RGB (Red+Green+Blue) = 203+145+49=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9131 is #346ECE. Grayscale: #979797. Windows color (decimal): -3436239 or 3248587. OLE color: 3248587.

HSL color Cylindrical-coordinate representation of color #CB9131: hue angle of 37.4º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB9131 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20314549-
CMYK00.290.760.20
HSL37.4º61.11%49.41%-
HSV(B)37.4º75.86%79.61%-
XYZ35.3133.177.45-
YUV151.470.22164.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.13%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 49 (19.53% from 255) = 12.34%
R=51.13%
G=36.52%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031454900.290.760.2037.461.1149.41
HexCB913101D4C14253d31
Octal3132216103511424457561
Binary1100101110010001110001011101100110010100100101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9131; }

 p { color: rgb(203,145,49); }

 H1.HeaderClassName
 {
   color: #CB9131;
 }
 .AnyTagClassName
 {
   color: #CB9131;
 }
</style>
background-color css

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

 a { background-color: rgb(203,145,49); }

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

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

 span { border-color: rgb(203,145,49); }

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