#B3830D

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

Shades of Dark Goldenrod #B3830D

Tints of Dark Goldenrod #B3830D

Color information

#B3830D (or 0xB3830D) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 83 and 0D. RGB value is (179,131,13). Sum of RGB (Red+Green+Blue) = 179+131+13=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3830D is #4C7CF2. Grayscale: #848484. Windows color (decimal): -5012723 or 885683. OLE color: 885683.

HSL color Cylindrical-coordinate representation of color #B3830D: hue angle of 42.65º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3830D is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB17913113-
CMYK00.270.930.30
HSL42.65º86.46%37.65%-
HSV(B)42.65º92.74%70.2%-
XYZ26.7825.853.96-
YUV131.960.9161.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.42%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 13 (5.47% from 255) = 4.02%
R=55.42%
G=40.56%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791311300.270.930.3042.6586.4637.65
HexB383D01B5D1E2b5626
Octal26320315033135365312646
Binary101100111000001111010110111011101111101010111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3830D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3830D; }

 p { color: rgb(179,131,13); }

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

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

 a { background-color: rgb(179,131,13); }

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

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

 span { border-color: rgb(179,131,13); }

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