Html Css Color HEX #8B5D03 Golden Brown

📋 copy color: '#8B5D03'

red 139 ◦ green 93 ◦ blue 3

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

Shades of Golden Brown #8B5D03

Tints of Golden Brown #8B5D03

RGB

 RED value IS 139 (54.69% from 255) = 59.15%

 GREEN value IS 93 (36.72% from 255) = 39.57%

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 59.15%
G = 39.57%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8B5D03 (or 0x8B5D03) is known color: Golden Brown. HEX triplet: 8B, 5D and 03. RGB value is (139,93,3). Sum of RGB (Red+Green+Blue) = 139+93+3=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5D03 is #74A2FC. Grayscale: #606060. Windows color (decimal): -7643901 or 220555. OLE color: 220555.

HSL color Cylindrical-coordinate representation of color #8B5D03: hue angle of 39.71º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B5D03 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 93 3 -
CMYK 0 0.33 0.98 0.45
HSL 39.71º 0.96% 0.28% -
HSV(B) 39.71º 0.98% 0.55% -
XYZ 14.58 13.32 1.89 -
YUV 96.49 75.24 158.32 -
System Red Green Blue C M Y K H S L
Decimal 139 93 3 0 0.33 0.98 0.45 39.71 0.96 0.28
Hex 8B 5D 3 0 21 62 2D 28 60 1C
Octal 213 135 3 0 41 142 55 50 140 34
Binary 10001011 1011101 11 0 100001 1100010 101101 101000 1100000 11100

Color Harmonies of #8B5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D03

Black with #8B5D03

Text Example


Text Example

White with #8B5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,93,3); }

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

background-color css

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

 a { background-color: rgb(139,93,3); }

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

border-color css

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

 span { border-color: rgb(139,93,3); }

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