Html Css Color HEX #893D12 Saddle Brown

📋 copy color: '#893D12'

red 137 ◦ green 61 ◦ blue 18

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

Shades of Saddle Brown #893D12

Tints of Saddle Brown #893D12

RGB

 RED value IS 137 (53.91% from 255) = 63.43%

 GREEN value IS 61 (24.22% from 255) = 28.24%

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 63.43%
G = 28.24%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#893D12 (or 0x893D12) is known color: Saddle Brown. HEX triplet: 89, 3D and 12. RGB value is (137,61,18). Sum of RGB (Red+Green+Blue) = 137+61+18=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #893D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893D12 is #76C2ED. Grayscale: #4F4F4F. Windows color (decimal): -7783150 or 1195401. OLE color: 1195401.

HSL color Cylindrical-coordinate representation of color #893D12: hue angle of 21.68º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #893D12 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 61 18 -
CMYK 0 0.55 0.87 0.46
HSL 21.68º 0.77% 0.3% -
HSV(B) 21.68º 0.87% 0.54% -
XYZ 12.09 8.7 1.61 -
YUV 78.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 137 61 18 0 0.55 0.87 0.46 21.68 0.77 0.3
Hex 89 3D 12 0 37 57 2E 16 4D 1E
Octal 211 75 22 0 67 127 56 26 115 36
Binary 10001001 111101 10010 0 110111 1010111 101110 10110 1001101 11110

Color Harmonies of #893D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D12

Black with #893D12

Text Example


Text Example

White with #893D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893D12; }

 p { color: rgb(137,61,18); }

 H1.HeaderClassName
 {
   color: #893D12;
 }
 .AnyTagClassName
 {
   color: #893D12;
 }
</style>

background-color css

<style>
 a { background-color: #893D12; }

 a { background-color: rgb(137,61,18); }

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

border-color css

<style>
 span { border-color: #893D12; }

 span { border-color: rgb(137,61,18); }

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