#B78727

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

Shades of Nugget #B78727

Tints of Nugget #B78727

Color information

#B78727 (or 0xB78727) is unknown color: approx Nugget. HEX triplet: B7, 87 and 27. RGB value is (183,135,39). Sum of RGB (Red+Green+Blue) = 183+135+39=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B78727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78727 is #4878D8. Grayscale: #8A8A8A. Windows color (decimal): -4749529 or 2590647. OLE color: 2590647.

HSL color Cylindrical-coordinate representation of color #B78727: hue angle of 40º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B78727 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18313539-
CMYK00.260.790.28
HSL40º64.86%43.53%-
HSV(B)40º78.69%71.76%-
XYZ28.5627.545.73-
YUV138.4171.9159.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 39 (15.62% from 255) = 10.92%
R=51.26%
G=37.82%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831353900.260.790.284064.8643.53
HexB7872701A4F1C28412c
Octal26720747032117345010154
Binary10110111100001111001110110101001111111001010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78727; }

 p { color: rgb(183,135,39); }

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

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

 a { background-color: rgb(183,135,39); }

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

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

 span { border-color: rgb(183,135,39); }

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