Html Css Color HEX #CB8C32 Fuel Yellow

📋 copy color: '#CB8C32'

red 203 ◦ green 140 ◦ blue 50

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

Shades of Fuel Yellow #CB8C32

Tints of Fuel Yellow #CB8C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

 BLUE value IS 50 (19.92% from 255) = 12.72%

R = 51.65%
G = 35.62%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB8C32 (or 0xCB8C32) is known color: Fuel Yellow. HEX triplet: CB, 8C and 32. RGB value is (203,140,50). Sum of RGB (Red+Green+Blue) = 203+140+50=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8C32 is #3473CD. Grayscale: #959595. Windows color (decimal): -3437518 or 3312843. OLE color: 3312843.

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

Color convert

RGB 203 140 50 -
CMYK 0 0.31 0.75 0.20
HSL 35.29º 0.6% 0.5% -
HSV(B) 35.29º 0.75% 0.8% -
XYZ 34.58 31.68 7.31 -
YUV 148.58 72.37 166.82 -
System Red Green Blue C M Y K H S L
Decimal 203 140 50 0 0.31 0.75 0.20 35.29 0.6 0.5
Hex CB 8C 32 0 1F 4B 14 23 3C 32
Octal 313 214 62 0 37 113 24 43 74 62
Binary 11001011 10001100 110010 0 11111 1001011 10100 100011 111100 110010

Color Harmonies of #CB8C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C32

Black with #CB8C32

Text Example


Text Example

White with #CB8C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C32; }

 p { color: rgb(203,140,50); }

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

background-color css

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

 a { background-color: rgb(203,140,50); }

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

border-color css

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

 span { border-color: rgb(203,140,50); }

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