Html Css Color HEX #8D621B Golden Brown

📋 copy color: '#8D621B'

red 141 ◦ green 98 ◦ blue 27

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

Shades of Golden Brown #8D621B

Tints of Golden Brown #8D621B

RGB

 RED value IS 141 (55.47% from 255) = 53.01%

 GREEN value IS 98 (38.67% from 255) = 36.84%

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 53.01%
G = 36.84%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D621B (or 0x8D621B) is known color: Golden Brown. HEX triplet: 8D, 62 and 1B. RGB value is (141,98,27). Sum of RGB (Red+Green+Blue) = 141+98+27=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D621B is #729DE4. Grayscale: #676767. Windows color (decimal): -7511525 or 1794701. OLE color: 1794701.

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

Color convert

RGB 141 98 27 -
CMYK 0 0.30 0.81 0.45
HSL 37.37º 0.68% 0.33% -
HSV(B) 37.37º 0.81% 0.55% -
XYZ 15.55 14.48 3.01 -
YUV 102.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 141 98 27 0 0.30 0.81 0.45 37.37 0.68 0.33
Hex 8D 62 1B 0 1E 51 2D 25 44 21
Octal 215 142 33 0 36 121 55 45 104 41
Binary 10001101 1100010 11011 0 11110 1010001 101101 100101 1000100 100001

Color Harmonies of #8D621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D621B

Black with #8D621B

Text Example


Text Example

White with #8D621B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,98,27); }

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

background-color css

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

 a { background-color: rgb(141,98,27); }

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

border-color css

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

 span { border-color: rgb(141,98,27); }

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