Html Css Color HEX #8B471C Saddle Brown

📋 copy color: '#8B471C'

red 139 ◦ green 71 ◦ blue 28

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

Shades of Saddle Brown #8B471C

Tints of Saddle Brown #8B471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 58.4%
G = 29.83%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B471C (or 0x8B471C) is known color: Saddle Brown. HEX triplet: 8B, 47 and 1C. RGB value is (139,71,28). Sum of RGB (Red+Green+Blue) = 139+71+28=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B471C is #74B8E3. Grayscale: #565656. Windows color (decimal): -7649508 or 1853323. OLE color: 1853323.

HSL color Cylindrical-coordinate representation of color #8B471C: hue angle of 23.24º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B471C is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 71 28 -
CMYK 0 0.49 0.80 0.45
HSL 23.24º 0.66% 0.33% -
HSV(B) 23.24º 0.8% 0.55% -
XYZ 13.11 10.08 2.35 -
YUV 86.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 139 71 28 0 0.49 0.80 0.45 23.24 0.66 0.33
Hex 8B 47 1C 0 31 50 2D 17 42 21
Octal 213 107 34 0 61 120 55 27 102 41
Binary 10001011 1000111 11100 0 110001 1010000 101101 10111 1000010 100001

Color Harmonies of #8B471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B471C

Black with #8B471C

Text Example


Text Example

White with #8B471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,71,28); }

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

background-color css

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

 a { background-color: rgb(139,71,28); }

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

border-color css

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

 span { border-color: rgb(139,71,28); }

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