Html Css Color HEX #B58828 Nugget

📋 copy color: '#B58828'

red 181 ◦ green 136 ◦ blue 40

#B58828
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #B58828

Tints of Nugget #B58828

RGB

 RED value IS 181 (71.09% from 255) = 50.7%

 GREEN value IS 136 (53.52% from 255) = 38.1%

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 50.7%
G = 38.1%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B58828 (or 0xB58828) is known color: Nugget. HEX triplet: B5, 88 and 28. RGB value is (181,136,40). Sum of RGB (Red+Green+Blue) = 181+136+40=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B58828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58828 is #4A77D7. Grayscale: #8A8A8A. Windows color (decimal): -4880344 or 2656437. OLE color: 2656437.

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

Color convert

RGB 181 136 40 -
CMYK 0 0.25 0.78 0.29
HSL 40.85º 0.64% 0.43% -
HSV(B) 40.85º 0.78% 0.71% -
XYZ 28.24 27.59 5.84 -
YUV 138.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 181 136 40 0 0.25 0.78 0.29 40.85 0.64 0.43
Hex B5 88 28 0 19 4E 1D 29 40 2B
Octal 265 210 50 0 31 116 35 51 100 53
Binary 10110101 10001000 101000 0 11001 1001110 11101 101001 1000000 101011

Color Harmonies of #B58828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58828

Black with #B58828

Text Example


Text Example

White with #B58828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58828; }

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

 H1.HeaderClassName
 {
   color: #B58828;
 }
 .AnyTagClassName
 {
   color: #B58828;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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