Html Css Color HEX #8F521A Saddle Brown

📋 copy color: '#8F521A'

red 143 ◦ green 82 ◦ blue 26

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

Shades of Saddle Brown #8F521A

Tints of Saddle Brown #8F521A

RGB

 RED value IS 143 (56.25% from 255) = 56.97%

 GREEN value IS 82 (32.42% from 255) = 32.67%

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 56.97%
G = 32.67%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F521A (or 0x8F521A) is known color: Saddle Brown. HEX triplet: 8F, 52 and 1A. RGB value is (143,82,26). Sum of RGB (Red+Green+Blue) = 143+82+26=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F521A is #70ADE5. Grayscale: #5E5E5E. Windows color (decimal): -7384550 or 1725071. OLE color: 1725071.

HSL color Cylindrical-coordinate representation of color #8F521A: hue angle of 28.72º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F521A is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 82 26 -
CMYK 0 0.43 0.82 0.44
HSL 28.72º 0.69% 0.33% -
HSV(B) 28.72º 0.82% 0.56% -
XYZ 14.53 11.95 2.52 -
YUV 93.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 143 82 26 0 0.43 0.82 0.44 28.72 0.69 0.33
Hex 8F 52 1A 0 2B 52 2C 1D 45 21
Octal 217 122 32 0 53 122 54 35 105 41
Binary 10001111 1010010 11010 0 101011 1010010 101100 11101 1000101 100001

Color Harmonies of #8F521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F521A

Black with #8F521A

Text Example


Text Example

White with #8F521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,82,26); }

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

background-color css

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

 a { background-color: rgb(143,82,26); }

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

border-color css

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

 span { border-color: rgb(143,82,26); }

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