#b3650c

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

Shades of Golden Brown #B3650C

Tints of Golden Brown #B3650C

Color information

#B3650C (or 0xB3650C) is unknown color: approx Golden Brown. HEX triplet: B3, 65 and 0C. RGB value is (179,101,12). Sum of RGB (Red+Green+Blue) = 179+101+12=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3650C is #4C9AF3. Grayscale: #727272. Windows color (decimal): -5020404 or 812467. OLE color: 812467.

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

Color convert

RGB17910112-
CMYK00.440.930.30
HSL31.98º87.43%37.45%-
HSV(B)31.98º93.3%70.2%-
XYZ23.3118.922.77-
YUV114.1870.34174.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.30%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 12 (5.08% from 255) = 4.11%
R=61.30%
G=34.59%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791011200.440.930.3031.9887.4337.45
HexB365C02C5D1E205725
Octal26314514054135364012745
Binary101100111100101110001011001011101111101000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3650c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3650c; }

 p { color: rgb(179,101,12); }

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

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

 a { background-color: rgb(179,101,12); }

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

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

 span { border-color: rgb(179,101,12); }

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