Html Css Color HEX #8F530F Saddle Brown

📋 copy color: '#8F530F'

red 143 ◦ green 83 ◦ blue 15

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

Shades of Saddle Brown #8F530F

Tints of Saddle Brown #8F530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 59.34%
G = 34.44%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#8F530F (or 0x8F530F) is known color: Saddle Brown. HEX triplet: 8F, 53 and 0F. RGB value is (143,83,15). Sum of RGB (Red+Green+Blue) = 143+83+15=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F530F is #70ACF0. Grayscale: #5D5D5D. Windows color (decimal): -7384305 or 1004431. OLE color: 1004431.

HSL color Cylindrical-coordinate representation of color #8F530F: hue angle of 31.88º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F530F is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 83 15 -
CMYK 0 0.42 0.90 0.44
HSL 31.88º 0.81% 0.31% -
HSV(B) 31.88º 0.9% 0.56% -
XYZ 14.51 12.06 2.02 -
YUV 93.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 143 83 15 0 0.42 0.90 0.44 31.88 0.81 0.31
Hex 8F 53 F 0 2A 5A 2C 20 51 1F
Octal 217 123 17 0 52 132 54 40 121 37
Binary 10001111 1010011 1111 0 101010 1011010 101100 100000 1010001 11111

Color Harmonies of #8F530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F530F

Black with #8F530F

Text Example


Text Example

White with #8F530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,83,15); }

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

background-color css

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

 a { background-color: rgb(143,83,15); }

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

border-color css

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

 span { border-color: rgb(143,83,15); }

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