Html Css Color HEX #913D0F Saddle Brown

📋 copy color: '#913D0F'

red 145 ◦ green 61 ◦ blue 15

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

Shades of Saddle Brown #913D0F

Tints of Saddle Brown #913D0F

RGB

 RED value IS 145 (57.03% from 255) = 65.61%

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

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

R = 65.61%
G = 27.6%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#913D0F (or 0x913D0F) is known color: Saddle Brown. HEX triplet: 91, 3D and 0F. RGB value is (145,61,15). Sum of RGB (Red+Green+Blue) = 145+61+15=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #913D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913D0F is #6EC2F0. Grayscale: #515151. Windows color (decimal): -7258865 or 998801. OLE color: 998801.

HSL color Cylindrical-coordinate representation of color #913D0F: hue angle of 21.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #913D0F is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 61 15 -
CMYK 0 0.58 0.90 0.43
HSL 21.23º 0.81% 0.31% -
HSV(B) 21.23º 0.9% 0.57% -
XYZ 13.43 9.39 1.56 -
YUV 80.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 145 61 15 0 0.58 0.90 0.43 21.23 0.81 0.31
Hex 91 3D F 0 3A 5A 2B 15 51 1F
Octal 221 75 17 0 72 132 53 25 121 37
Binary 10010001 111101 1111 0 111010 1011010 101011 10101 1010001 11111

Color Harmonies of #913D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913D0F

Black with #913D0F

Text Example


Text Example

White with #913D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913D0F; }

 p { color: rgb(145,61,15); }

 H1.HeaderClassName
 {
   color: #913D0F;
 }
 .AnyTagClassName
 {
   color: #913D0F;
 }
</style>

background-color css

<style>
 a { background-color: #913D0F; }

 a { background-color: rgb(145,61,15); }

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

border-color css

<style>
 span { border-color: #913D0F; }

 span { border-color: rgb(145,61,15); }

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