#CB8B35

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

Shades of Fuel Yellow #CB8B35

Tints of Fuel Yellow #CB8B35

Color information

#CB8B35 (or 0xCB8B35) is unknown color: approx Fuel Yellow. HEX triplet: CB, 8B and 35. RGB value is (203,139,53). Sum of RGB (Red+Green+Blue) = 203+139+53=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8B35 is #3474CA. Grayscale: #949494. Windows color (decimal): -3437771 or 3509195. OLE color: 3509195.

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

Color convert

RGB20313953-
CMYK00.320.740.20
HSL34.4º59.06%50.2%-
HSV(B)34.4º73.89%79.61%-
XYZ34.531.427.61-
YUV148.3374.2166.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=51.39%
G=35.19%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031395300.320.740.2034.459.0650.2
HexCB8B350204A14223b32
Octal3132136504011224427362
Binary11001011100010111101010100000100101010100100010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8B35; }

 p { color: rgb(203,139,53); }

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

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

 a { background-color: rgb(203,139,53); }

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

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

 span { border-color: rgb(203,139,53); }

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