Html Css Color HEX #893F0B Saddle Brown

📋 copy color: '#893F0B'

red 137 ◦ green 63 ◦ blue 11

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

Shades of Saddle Brown #893F0B

Tints of Saddle Brown #893F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.21%

R = 64.93%
G = 29.86%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#893F0B (or 0x893F0B) is known color: Saddle Brown. HEX triplet: 89, 3F and 0B. RGB value is (137,63,11). Sum of RGB (Red+Green+Blue) = 137+63+11=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #893F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F0B is #76C0F4. Grayscale: #4F4F4F. Windows color (decimal): -7782645 or 737161. OLE color: 737161.

HSL color Cylindrical-coordinate representation of color #893F0B: hue angle of 24.76º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #893F0B is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 63 11 -
CMYK 0 0.54 0.92 0.46
HSL 24.76º 0.85% 0.29% -
HSV(B) 24.76º 0.92% 0.54% -
XYZ 12.15 8.9 1.39 -
YUV 79.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 137 63 11 0 0.54 0.92 0.46 24.76 0.85 0.29
Hex 89 3F B 0 36 5C 2E 19 55 1D
Octal 211 77 13 0 66 134 56 31 125 35
Binary 10001001 111111 1011 0 110110 1011100 101110 11001 1010101 11101

Color Harmonies of #893F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F0B

Black with #893F0B

Text Example


Text Example

White with #893F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,63,11); }

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

background-color css

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

 a { background-color: rgb(137,63,11); }

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

border-color css

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

 span { border-color: rgb(137,63,11); }

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