Html Css Color HEX #8A3100 Saddle Brown

📋 copy color: '#8A3100'

red 138 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #8A3100

Tints of Saddle Brown #8A3100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.8%
G = 26.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#8A3100 (or 0x8A3100) is known color: Saddle Brown. HEX triplet: 8A, 31 and 00. RGB value is (138,49,0). Sum of RGB (Red+Green+Blue) = 138+49+0=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3100 is #75CEFF. Grayscale: #464646. Windows color (decimal): -7720704 or 12682. OLE color: 12682.

HSL color Cylindrical-coordinate representation of color #8A3100: hue angle of 21.3º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A3100 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 49 0 -
CMYK 0 0.64 1 0.46
HSL 21.3º 1% 0.27% -
HSV(B) 21.3º 1% 0.54% -
XYZ 11.58 7.6 0.86 -
YUV 70.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 138 49 0 0 0.64 1 0.46 21.3 1 0.27
Hex 8A 31 0 0 40 64 2E 15 64 1B
Octal 212 61 0 0 100 144 56 25 144 33
Binary 10001010 110001 0 0 1000000 1100100 101110 10101 1100100 11011

Color Harmonies of #8A3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3100

Black with #8A3100

Text Example


Text Example

White with #8A3100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,49,0); }

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

background-color css

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

 a { background-color: rgb(138,49,0); }

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

border-color css

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

 span { border-color: rgb(138,49,0); }

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