Html Css Color HEX #913B00 Saddle Brown

📋 copy color: '#913B00'

red 145 ◦ green 59 ◦ blue 0

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

Shades of Saddle Brown #913B00

Tints of Saddle Brown #913B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

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

R = 71.08%
G = 28.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#913B00 (or 0x913B00) is known color: Saddle Brown. HEX triplet: 91, 3B and 00. RGB value is (145,59,0). Sum of RGB (Red+Green+Blue) = 145+59+0=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #913B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913B00 is #6EC4FF. Grayscale: #4E4E4E. Windows color (decimal): -7259392 or 15249. OLE color: 15249.

HSL color Cylindrical-coordinate representation of color #913B00: hue angle of 24.41º 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 #913B00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 59 0 -
CMYK 0 0.59 1 0.43
HSL 24.41º 1% 0.28% -
HSV(B) 24.41º 1% 0.57% -
XYZ 13.24 9.15 1.07 -
YUV 77.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 145 59 0 0 0.59 1 0.43 24.41 1 0.28
Hex 91 3B 0 0 3B 64 2B 18 64 1C
Octal 221 73 0 0 73 144 53 30 144 34
Binary 10010001 111011 0 0 111011 1100100 101011 11000 1100100 11100

Color Harmonies of #913B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913B00

Black with #913B00

Text Example


Text Example

White with #913B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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