Html Css Color HEX #893D0C Saddle Brown

📋 copy color: '#893D0C'

red 137 ◦ green 61 ◦ blue 12

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

Shades of Saddle Brown #893D0C

Tints of Saddle Brown #893D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 65.24%
G = 29.05%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#893D0C (or 0x893D0C) is known color: Saddle Brown. HEX triplet: 89, 3D and 0C. RGB value is (137,61,12). Sum of RGB (Red+Green+Blue) = 137+61+12=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #893D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893D0C is #76C2F3. Grayscale: #4E4E4E. Windows color (decimal): -7783156 or 802185. OLE color: 802185.

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

Color convert

RGB 137 61 12 -
CMYK 0 0.55 0.91 0.46
HSL 23.52º 0.84% 0.29% -
HSV(B) 23.52º 0.91% 0.54% -
XYZ 12.05 8.68 1.39 -
YUV 78.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 137 61 12 0 0.55 0.91 0.46 23.52 0.84 0.29
Hex 89 3D C 0 37 5B 2E 18 54 1D
Octal 211 75 14 0 67 133 56 30 124 35
Binary 10001001 111101 1100 0 110111 1011011 101110 11000 1010100 11101

Color Harmonies of #893D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D0C

Black with #893D0C

Text Example


Text Example

White with #893D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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