#B3841E

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

Shades of Dark Goldenrod #B3841E

Tints of Dark Goldenrod #B3841E

Color information

#B3841E (or 0xB3841E) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 84 and 1E. RGB value is (179,132,30). Sum of RGB (Red+Green+Blue) = 179+132+30=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3841E is #4C7BE1. Grayscale: #868686. Windows color (decimal): -5012450 or 2000051. OLE color: 2000051.

HSL color Cylindrical-coordinate representation of color #B3841E: hue angle of 41.07º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3841E is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17913230-
CMYK00.260.830.30
HSL41.07º71.29%40.98%-
HSV(B)41.07º83.24%70.2%-
XYZ27.0826.184.85-
YUV134.4269.07159.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=52.49%
G=38.71%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791323000.260.830.3041.0771.2940.98
HexB3841E01A531E294729
Octal26320436032123365110751
Binary1011001110000100111100110101010011111101010011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3841E; }

 p { color: rgb(179,132,30); }

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

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

 a { background-color: rgb(179,132,30); }

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

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

 span { border-color: rgb(179,132,30); }

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