Html Css Color HEX #914714 Saddle Brown

📋 copy color: '#914714'

red 145 ◦ green 71 ◦ blue 20

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

Shades of Saddle Brown #914714

Tints of Saddle Brown #914714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

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

R = 61.44%
G = 30.08%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#914714 (or 0x914714) is known color: Saddle Brown. HEX triplet: 91, 47 and 14. RGB value is (145,71,20). Sum of RGB (Red+Green+Blue) = 145+71+20=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #914714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914714 is #6EB8EB. Grayscale: #575757. Windows color (decimal): -7256300 or 1329041. OLE color: 1329041.

HSL color Cylindrical-coordinate representation of color #914714: hue angle of 24.48º 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 #914714 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 71 20 -
CMYK 0 0.51 0.86 0.43
HSL 24.48º 0.76% 0.32% -
HSV(B) 24.48º 0.86% 0.57% -
XYZ 14.06 10.58 1.96 -
YUV 87.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 145 71 20 0 0.51 0.86 0.43 24.48 0.76 0.32
Hex 91 47 14 0 33 56 2B 18 4C 20
Octal 221 107 24 0 63 126 53 30 114 40
Binary 10010001 1000111 10100 0 110011 1010110 101011 11000 1001100 100000

Color Harmonies of #914714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914714

Black with #914714

Text Example


Text Example

White with #914714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914714; }

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

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

background-color css

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

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

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

border-color css

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

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

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