#8B630A

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

Shades of Golden Brown #8B630A

Tints of Golden Brown #8B630A

Color information

#8B630A (or 0x8B630A) is unknown color: approx Golden Brown. HEX triplet: 8B, 63 and 0A. RGB value is (139,99,10). Sum of RGB (Red+Green+Blue) = 139+99+10=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B630A is #749CF5. Grayscale: #656565. Windows color (decimal): -7642358 or 680843. OLE color: 680843.

HSL color Cylindrical-coordinate representation of color #8B630A: hue angle of 41.4º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B630A is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB1399910-
CMYK00.290.930.45
HSL41.4º86.58%29.22%-
HSV(B)41.4º92.81%54.51%-
XYZ15.1614.432.27-
YUV100.8176.75155.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=56.05%
G=39.92%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139991000.290.930.4541.486.5829.22
Hex8B63A01D5D2D29571d
Octal21314312035135555112735
Binary10001011110001110100111011011101101101101001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B630A; }

 p { color: rgb(139,99,10); }

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

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

 a { background-color: rgb(139,99,10); }

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

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

 span { border-color: rgb(139,99,10); }

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