Html Css Color HEX #914914 Saddle Brown

📋 copy color: '#914914'

red 145 ◦ green 73 ◦ blue 20

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

Shades of Saddle Brown #914914

Tints of Saddle Brown #914914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 60.92%
G = 30.67%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#914914 (or 0x914914) is known color: Saddle Brown. HEX triplet: 91, 49 and 14. RGB value is (145,73,20). Sum of RGB (Red+Green+Blue) = 145+73+20=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #914914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914914 is #6EB6EB. Grayscale: #585858. Windows color (decimal): -7255788 or 1329553. OLE color: 1329553.

HSL color Cylindrical-coordinate representation of color #914914: hue angle of 25.44º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #914914 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 73 20 -
CMYK 0 0.50 0.86 0.43
HSL 25.44º 0.76% 0.32% -
HSV(B) 25.44º 0.86% 0.57% -
XYZ 14.19 10.84 2.01 -
YUV 88.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 145 73 20 0 0.50 0.86 0.43 25.44 0.76 0.32
Hex 91 49 14 0 32 56 2B 19 4C 20
Octal 221 111 24 0 62 126 53 31 114 40
Binary 10010001 1001001 10100 0 110010 1010110 101011 11001 1001100 100000

Color Harmonies of #914914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914914

Black with #914914

Text Example


Text Example

White with #914914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914914; }

 p { color: rgb(145,73,20); }

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

background-color css

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

 a { background-color: rgb(145,73,20); }

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

border-color css

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

 span { border-color: rgb(145,73,20); }

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