Html Css Color HEX #8A3F0D Saddle Brown

📋 copy color: '#8A3F0D'

red 138 ◦ green 63 ◦ blue 13

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

Shades of Saddle Brown #8A3F0D

Tints of Saddle Brown #8A3F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 29.44%

 BLUE value IS 13 (5.47% from 255) = 6.07%

R = 64.49%
G = 29.44%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A3F0D (or 0x8A3F0D) is known color: Saddle Brown. HEX triplet: 8A, 3F and 0D. RGB value is (138,63,13). Sum of RGB (Red+Green+Blue) = 138+63+13=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3F0D is #75C0F2. Grayscale: #505050. Windows color (decimal): -7717107 or 868234. OLE color: 868234.

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

Color convert

RGB 138 63 13 -
CMYK 0 0.54 0.91 0.46
HSL 24º 0.83% 0.3% -
HSV(B) 24º 0.91% 0.54% -
XYZ 12.33 8.99 1.47 -
YUV 79.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 138 63 13 0 0.54 0.91 0.46 24 0.83 0.3
Hex 8A 3F D 0 36 5B 2E 18 53 1E
Octal 212 77 15 0 66 133 56 30 123 36
Binary 10001010 111111 1101 0 110110 1011011 101110 11000 1010011 11110

Color Harmonies of #8A3F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3F0D

Black with #8A3F0D

Text Example


Text Example

White with #8A3F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,63,13); }

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

background-color css

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

 a { background-color: rgb(138,63,13); }

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

border-color css

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

 span { border-color: rgb(138,63,13); }

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