Html Css Color HEX #914617 Saddle Brown

📋 copy color: '#914617'

red 145 ◦ green 70 ◦ blue 23

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

Shades of Saddle Brown #914617

Tints of Saddle Brown #914617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

 BLUE value IS 23 (9.38% from 255) = 9.66%

R = 60.92%
G = 29.41%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#914617 (or 0x914617) is known color: Saddle Brown. HEX triplet: 91, 46 and 17. RGB value is (145,70,23). Sum of RGB (Red+Green+Blue) = 145+70+23=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #914617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914617 is #6EB9E8. Grayscale: #575757. Windows color (decimal): -7256553 or 1525393. OLE color: 1525393.

HSL color Cylindrical-coordinate representation of color #914617: hue angle of 23.11º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #914617 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 70 23 -
CMYK 0 0.52 0.84 0.43
HSL 23.11º 0.73% 0.33% -
HSV(B) 23.11º 0.84% 0.57% -
XYZ 14.02 10.46 2.09 -
YUV 87.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 145 70 23 0 0.52 0.84 0.43 23.11 0.73 0.33
Hex 91 46 17 0 34 54 2B 17 49 21
Octal 221 106 27 0 64 124 53 27 111 41
Binary 10010001 1000110 10111 0 110100 1010100 101011 10111 1001001 100001

Color Harmonies of #914617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914617

Black with #914617

Text Example


Text Example

White with #914617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914617; }

 p { color: rgb(145,70,23); }

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

background-color css

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

 a { background-color: rgb(145,70,23); }

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

border-color css

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

 span { border-color: rgb(145,70,23); }

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