Html Css Color HEX #914319 Saddle Brown

📋 copy color: '#914319'

red 145 ◦ green 67 ◦ blue 25

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

Shades of Saddle Brown #914319

Tints of Saddle Brown #914319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.27%

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 61.18%
G = 28.27%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#914319 (or 0x914319) is known color: Saddle Brown. HEX triplet: 91, 43 and 19. RGB value is (145,67,25). Sum of RGB (Red+Green+Blue) = 145+67+25=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #914319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914319 is #6EBCE6. Grayscale: #555555. Windows color (decimal): -7257319 or 1655697. OLE color: 1655697.

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

Color convert

RGB 145 67 25 -
CMYK 0 0.54 0.83 0.43
HSL 21º 0.71% 0.33% -
HSV(B) 21º 0.83% 0.57% -
XYZ 13.86 10.1 2.14 -
YUV 85.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 145 67 25 0 0.54 0.83 0.43 21 0.71 0.33
Hex 91 43 19 0 36 53 2B 15 47 21
Octal 221 103 31 0 66 123 53 25 107 41
Binary 10010001 1000011 11001 0 110110 1010011 101011 10101 1000111 100001

Color Harmonies of #914319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914319

Black with #914319

Text Example


Text Example

White with #914319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914319; }

 p { color: rgb(145,67,25); }

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

background-color css

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

 a { background-color: rgb(145,67,25); }

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

border-color css

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

 span { border-color: rgb(145,67,25); }

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