#B77038

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

Shades of Reno Sand #B77038

Tints of Reno Sand #B77038

Color information

#B77038 (or 0xB77038) is unknown color: approx Reno Sand. HEX triplet: B7, 70 and 38. RGB value is (183,112,56). Sum of RGB (Red+Green+Blue) = 183+112+56=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B77038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77038 is #488FC7. Grayscale: #7F7F7F. Windows color (decimal): -4755400 or 3698871. OLE color: 3698871.

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

Color convert

RGB18311256-
CMYK00.390.690.28
HSL26.46º53.14%46.86%-
HSV(B)26.46º69.4%71.76%-
XYZ26.0421.946.6-
YUV126.8488.02168.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=52.14%
G=31.91%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831125600.390.690.2826.4653.1446.86
HexB77038027451C1a352f
Octal2671607004710534326557
Binary101101111110000111000010011110001011110011010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77038; }

 p { color: rgb(183,112,56); }

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

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

 a { background-color: rgb(183,112,56); }

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

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

 span { border-color: rgb(183,112,56); }

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