Html Css Color HEX #913007 Saddle Brown

📋 copy color: '#913007'

red 145 ◦ green 48 ◦ blue 7

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

Shades of Saddle Brown #913007

Tints of Saddle Brown #913007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

 BLUE value IS 7 (3.13% from 255) = 3.5%

R = 72.5%
G = 24%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#913007 (or 0x913007) is known color: Saddle Brown. HEX triplet: 91, 30 and 07. RGB value is (145,48,7). Sum of RGB (Red+Green+Blue) = 145+48+7=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #913007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913007 is #6ECFF8. Grayscale: #484848. Windows color (decimal): -7262201 or 471185. OLE color: 471185.

HSL color Cylindrical-coordinate representation of color #913007: hue angle of 17.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #913007 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 48 7 -
CMYK 0 0.67 0.95 0.43
HSL 17.83º 0.91% 0.3% -
HSV(B) 17.83º 0.95% 0.57% -
XYZ 12.77 8.15 1.1 -
YUV 72.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 145 48 7 0 0.67 0.95 0.43 17.83 0.91 0.3
Hex 91 30 7 0 43 5F 2B 12 5B 1E
Octal 221 60 7 0 103 137 53 22 133 36
Binary 10010001 110000 111 0 1000011 1011111 101011 10010 1011011 11110

Color Harmonies of #913007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913007

Black with #913007

Text Example


Text Example

White with #913007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913007; }

 p { color: rgb(145,48,7); }

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

background-color css

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

 a { background-color: rgb(145,48,7); }

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

border-color css

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

 span { border-color: rgb(145,48,7); }

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