Html Css Color HEX #8A3701 Saddle Brown

📋 copy color: '#8A3701'

red 138 ◦ green 55 ◦ blue 1

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

Shades of Saddle Brown #8A3701

Tints of Saddle Brown #8A3701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 71.13%
G = 28.35%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A3701 (or 0x8A3701) is known color: Saddle Brown. HEX triplet: 8A, 37 and 01. RGB value is (138,55,1). Sum of RGB (Red+Green+Blue) = 138+55+1=194 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.13% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3701 is #75C8FE. Grayscale: #494949. Windows color (decimal): -7719167 or 79754. OLE color: 79754.

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

Color convert

RGB 138 55 1 -
CMYK 0 0.60 0.99 0.46
HSL 23.65º 0.99% 0.27% -
HSV(B) 23.65º 0.99% 0.54% -
XYZ 11.85 8.14 0.97 -
YUV 73.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 138 55 1 0 0.60 0.99 0.46 23.65 0.99 0.27
Hex 8A 37 1 0 3C 63 2E 18 63 1B
Octal 212 67 1 0 74 143 56 30 143 33
Binary 10001010 110111 1 0 111100 1100011 101110 11000 1100011 11011

Color Harmonies of #8A3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3701

Black with #8A3701

Text Example


Text Example

White with #8A3701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,55,1); }

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

background-color css

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

 a { background-color: rgb(138,55,1); }

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

border-color css

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

 span { border-color: rgb(138,55,1); }

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