Html Css Color HEX #913E00 Saddle Brown

📋 copy color: '#913E00'

red 145 ◦ green 62 ◦ blue 0

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

Shades of Saddle Brown #913E00

Tints of Saddle Brown #913E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.05%
G = 29.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#913E00 (or 0x913E00) is known color: Saddle Brown. HEX triplet: 91, 3E and 00. RGB value is (145,62,0). Sum of RGB (Red+Green+Blue) = 145+62+0=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #913E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913E00 is #6EC1FF. Grayscale: #505050. Windows color (decimal): -7258624 or 16017. OLE color: 16017.

HSL color Cylindrical-coordinate representation of color #913E00: hue angle of 25.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #913E00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 62 0 -
CMYK 0 0.57 1 0.43
HSL 25.66º 1% 0.28% -
HSV(B) 25.66º 1% 0.57% -
XYZ 13.4 9.46 1.12 -
YUV 79.75 83 174.54 -
System Red Green Blue C M Y K H S L
Decimal 145 62 0 0 0.57 1 0.43 25.66 1 0.28
Hex 91 3E 0 0 39 64 2B 1A 64 1C
Octal 221 76 0 0 71 144 53 32 144 34
Binary 10010001 111110 0 0 111001 1100100 101011 11010 1100100 11100

Color Harmonies of #913E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913E00

Black with #913E00

Text Example


Text Example

White with #913E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,62,0); }

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

background-color css

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

 a { background-color: rgb(145,62,0); }

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

border-color css

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

 span { border-color: rgb(145,62,0); }

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