#CB9536

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

Shades of Fuel Yellow #CB9536

Tints of Fuel Yellow #CB9536

Color information

#CB9536 (or 0xCB9536) is unknown color: approx Fuel Yellow. HEX triplet: CB, 95 and 36. RGB value is (203,149,54). Sum of RGB (Red+Green+Blue) = 203+149+54=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9536 is #346AC9. Grayscale: #9A9A9A. Windows color (decimal): -3435210 or 3577291. OLE color: 3577291.

HSL color Cylindrical-coordinate representation of color #CB9536: hue angle of 38.26º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB9536 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB20314954-
CMYK00.270.730.20
HSL38.26º58.89%50.39%-
HSV(B)38.26º73.4%79.61%-
XYZ36.0434.468.24-
YUV154.3271.39162.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 54 (21.48% from 255) = 13.30%
R=50%
G=36.70%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031495400.270.730.2038.2658.8950.39
HexCB953601B4914263b32
Octal3132256603311124467362
Binary1100101110010101110110011011100100110100100110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9536; }

 p { color: rgb(203,149,54); }

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

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

 a { background-color: rgb(203,149,54); }

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

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

 span { border-color: rgb(203,149,54); }

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