Html Css Color HEX #8C481F Saddle Brown

📋 copy color: '#8C481F'

red 140 ◦ green 72 ◦ blue 31

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

Shades of Saddle Brown #8C481F

Tints of Saddle Brown #8C481F

RGB

 RED value IS 140 (55.08% from 255) = 57.61%

 GREEN value IS 72 (28.52% from 255) = 29.63%

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 57.61%
G = 29.63%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C481F (or 0x8C481F) is known color: Saddle Brown. HEX triplet: 8C, 48 and 1F. RGB value is (140,72,31). Sum of RGB (Red+Green+Blue) = 140+72+31=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C481F is #73B7E0. Grayscale: #575757. Windows color (decimal): -7583713 or 2050188. OLE color: 2050188.

HSL color Cylindrical-coordinate representation of color #8C481F: hue angle of 22.57º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C481F is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 72 31 -
CMYK 0 0.49 0.78 0.45
HSL 22.57º 0.64% 0.34% -
HSV(B) 22.57º 0.78% 0.55% -
XYZ 13.38 10.31 2.58 -
YUV 87.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 140 72 31 0 0.49 0.78 0.45 22.57 0.64 0.34
Hex 8C 48 1F 0 31 4E 2D 17 40 22
Octal 214 110 37 0 61 116 55 27 100 42
Binary 10001100 1001000 11111 0 110001 1001110 101101 10111 1000000 100010

Color Harmonies of #8C481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C481F

Black with #8C481F

Text Example


Text Example

White with #8C481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,72,31); }

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

background-color css

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

 a { background-color: rgb(140,72,31); }

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

border-color css

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

 span { border-color: rgb(140,72,31); }

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