#b75521

Color #B75521 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B75521

Tints of Fiery Orange #B75521

Color information

#B75521 (or 0xB75521) is unknown color: approx Fiery Orange. HEX triplet: B7, 55 and 21. RGB value is (183,85,33). Sum of RGB (Red+Green+Blue) = 183+85+33=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B75521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75521 is #48AADE. Grayscale: #6C6C6C. Windows color (decimal): -4762335 or 2184631. OLE color: 2184631.

HSL color Cylindrical-coordinate representation of color #B75521: hue angle of 20.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B75521 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB1838533-
CMYK00.540.820.28
HSL20.8º69.44%42.35%-
HSV(B)20.8º81.97%71.76%-
XYZ23.0516.673.44-
YUV108.3785.47181.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=60.80%
G=28.24%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183853300.540.820.2820.869.4442.35
HexB75521036521C15452a
Octal26712541066122342510552
Binary1011011110101011000010110110101001011100101011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75521; }

 p { color: rgb(183,85,33); }

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

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

 a { background-color: rgb(183,85,33); }

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

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

 span { border-color: rgb(183,85,33); }

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