#b68828

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

Shades of Nugget #B68828

Tints of Nugget #B68828

Color information

#B68828 (or 0xB68828) is unknown color: approx Nugget. HEX triplet: B6, 88 and 28. RGB value is (182,136,40). Sum of RGB (Red+Green+Blue) = 182+136+40=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B68828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68828 is #4977D7. Grayscale: #8B8B8B. Windows color (decimal): -4814808 or 2656438. OLE color: 2656438.

HSL color Cylindrical-coordinate representation of color #B68828: hue angle of 40.56º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B68828 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18213640-
CMYK00.250.780.29
HSL40.56º63.96%43.53%-
HSV(B)40.56º78.02%71.37%-
XYZ28.4827.715.85-
YUV138.8172.24158.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 136 (53.52% from 255) = 37.99%
BLUE value IS 40 (16.02% from 255) = 11.17%
R=50.84%
G=37.99%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821364000.250.780.2940.5663.9643.53
HexB688280194E1D29402c
Octal26621050031116355110054
Binary10110110100010001010000110011001110111011010011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68828; }

 p { color: rgb(182,136,40); }

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

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

 a { background-color: rgb(182,136,40); }

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

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

 span { border-color: rgb(182,136,40); }

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