Html Css Color HEX #8A360F Saddle Brown

📋 copy color: '#8A360F'

red 138 ◦ green 54 ◦ blue 15

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

Shades of Saddle Brown #8A360F

Tints of Saddle Brown #8A360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.09%

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

R = 66.67%
G = 26.09%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#8A360F (or 0x8A360F) is known color: Saddle Brown. HEX triplet: 8A, 36 and 0F. RGB value is (138,54,15). Sum of RGB (Red+Green+Blue) = 138+54+15=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A360F is #75C9F0. Grayscale: #4A4A4A. Windows color (decimal): -7719409 or 997002. OLE color: 997002.

HSL color Cylindrical-coordinate representation of color #8A360F: hue angle of 19.02º 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 #8A360F is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 54 15 -
CMYK 0 0.61 0.89 0.46
HSL 19.02º 0.8% 0.3% -
HSV(B) 19.02º 0.89% 0.54% -
XYZ 11.89 8.08 1.38 -
YUV 74.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 138 54 15 0 0.61 0.89 0.46 19.02 0.8 0.3
Hex 8A 36 F 0 3D 59 2E 13 50 1E
Octal 212 66 17 0 75 131 56 23 120 36
Binary 10001010 110110 1111 0 111101 1011001 101110 10011 1010000 11110

Color Harmonies of #8A360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A360F

Black with #8A360F

Text Example


Text Example

White with #8A360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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