Html Css Color HEX #CB9535 Fuel Yellow

📋 copy color: '#CB9535'

red 203 ◦ green 149 ◦ blue 53

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

Shades of Fuel Yellow #CB9535

Tints of Fuel Yellow #CB9535

RGB

 RED value IS 203 (79.69% from 255) = 50.12%

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

 BLUE value IS 53 (21.09% from 255) = 13.09%

R = 50.12%
G = 36.79%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB9535 (or 0xCB9535) is known color: Fuel Yellow. HEX triplet: CB, 95 and 35. RGB value is (203,149,53). Sum of RGB (Red+Green+Blue) = 203+149+53=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9535 is #346ACA. Grayscale: #9A9A9A. Windows color (decimal): -3435211 or 3511755. OLE color: 3511755.

HSL color Cylindrical-coordinate representation of color #CB9535: hue angle of 38.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 #CB9535 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 53 -
CMYK 0 0.27 0.74 0.20
HSL 38.4º 0.59% 0.5% -
HSV(B) 38.4º 0.74% 0.8% -
XYZ 36.02 34.45 8.12 -
YUV 154.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 203 149 53 0 0.27 0.74 0.20 38.4 0.59 0.5
Hex CB 95 35 0 1B 4A 14 26 3B 32
Octal 313 225 65 0 33 112 24 46 73 62
Binary 11001011 10010101 110101 0 11011 1001010 10100 100110 111011 110010

Color Harmonies of #CB9535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9535

Black with #CB9535

Text Example


Text Example

White with #CB9535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9535; }

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

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

background-color css

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

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

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

border-color css

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

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

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