Html Css Color HEX #8F530D Saddle Brown

📋 copy color: '#8F530D'

red 143 ◦ green 83 ◦ blue 13

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

Shades of Saddle Brown #8F530D

Tints of Saddle Brown #8F530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 59.83%
G = 34.73%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8F530D (or 0x8F530D) is known color: Saddle Brown. HEX triplet: 8F, 53 and 0D. RGB value is (143,83,13). Sum of RGB (Red+Green+Blue) = 143+83+13=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F530D is #70ACF2. Grayscale: #5D5D5D. Windows color (decimal): -7384307 or 873359. OLE color: 873359.

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

Color convert

RGB 143 83 13 -
CMYK 0 0.42 0.91 0.44
HSL 32.31º 0.83% 0.31% -
HSV(B) 32.31º 0.91% 0.56% -
XYZ 14.49 12.06 1.94 -
YUV 92.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 143 83 13 0 0.42 0.91 0.44 32.31 0.83 0.31
Hex 8F 53 D 0 2A 5B 2C 20 53 1F
Octal 217 123 15 0 52 133 54 40 123 37
Binary 10001111 1010011 1101 0 101010 1011011 101100 100000 1010011 11111

Color Harmonies of #8F530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F530D

Black with #8F530D

Text Example


Text Example

White with #8F530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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