Html Css Color HEX #8A4E0F Saddle Brown

📋 copy color: '#8A4E0F'

red 138 ◦ green 78 ◦ blue 15

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

Shades of Saddle Brown #8A4E0F

Tints of Saddle Brown #8A4E0F

RGB

 RED value IS 138 (54.3% from 255) = 59.74%

 GREEN value IS 78 (30.86% from 255) = 33.77%

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

R = 59.74%
G = 33.77%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#8A4E0F (or 0x8A4E0F) is known color: Saddle Brown. HEX triplet: 8A, 4E and 0F. RGB value is (138,78,15). Sum of RGB (Red+Green+Blue) = 138+78+15=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A4E0F is #75B1F0. Grayscale: #595959. Windows color (decimal): -7713265 or 1003146. OLE color: 1003146.

HSL color Cylindrical-coordinate representation of color #8A4E0F: hue angle of 30.73º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A4E0F is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 78 15 -
CMYK 0 0.43 0.89 0.46
HSL 30.73º 0.8% 0.3% -
HSV(B) 30.73º 0.89% 0.54% -
XYZ 13.29 10.89 1.85 -
YUV 88.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 138 78 15 0 0.43 0.89 0.46 30.73 0.8 0.3
Hex 8A 4E F 0 2B 59 2E 1F 50 1E
Octal 212 116 17 0 53 131 56 37 120 36
Binary 10001010 1001110 1111 0 101011 1011001 101110 11111 1010000 11110

Color Harmonies of #8A4E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4E0F

Black with #8A4E0F

Text Example


Text Example

White with #8A4E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,78,15); }

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

background-color css

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

 a { background-color: rgb(138,78,15); }

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

border-color css

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

 span { border-color: rgb(138,78,15); }

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