#B77535

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

Shades of Meteor #B77535

Tints of Meteor #B77535

Color information

#B77535 (or 0xB77535) is unknown color: approx Meteor. HEX triplet: B7, 75 and 35. RGB value is (183,117,53). Sum of RGB (Red+Green+Blue) = 183+117+53=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B77535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77535 is #488ACA. Grayscale: #818181. Windows color (decimal): -4754123 or 3503543. OLE color: 3503543.

HSL color Cylindrical-coordinate representation of color #B77535: hue angle of 29.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B77535 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18311753-
CMYK00.360.710.28
HSL29.54º55.08%46.27%-
HSV(B)29.54º71.04%71.76%-
XYZ26.5323.056.42-
YUV129.4484.87166.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=51.84%
G=33.14%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831175300.360.710.2829.5455.0846.27
HexB77535024471C1e372e
Octal2671656504410734366756
Binary101101111110101110101010010010001111110011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77535; }

 p { color: rgb(183,117,53); }

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

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

 a { background-color: rgb(183,117,53); }

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

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

 span { border-color: rgb(183,117,53); }

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