Html Css Color HEX #914712 Saddle Brown

📋 copy color: '#914712'

red 145 ◦ green 71 ◦ blue 18

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

Shades of Saddle Brown #914712

Tints of Saddle Brown #914712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 61.97%
G = 30.34%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#914712 (or 0x914712) is known color: Saddle Brown. HEX triplet: 91, 47 and 12. RGB value is (145,71,18). Sum of RGB (Red+Green+Blue) = 145+71+18=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #914712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914712 is #6EB8ED. Grayscale: #575757. Windows color (decimal): -7256302 or 1197969. OLE color: 1197969.

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

Color convert

RGB 145 71 18 -
CMYK 0 0.51 0.88 0.43
HSL 25.04º 0.78% 0.32% -
HSV(B) 25.04º 0.88% 0.57% -
XYZ 14.04 10.57 1.87 -
YUV 87.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 145 71 18 0 0.51 0.88 0.43 25.04 0.78 0.32
Hex 91 47 12 0 33 58 2B 19 4E 20
Octal 221 107 22 0 63 130 53 31 116 40
Binary 10010001 1000111 10010 0 110011 1011000 101011 11001 1001110 100000

Color Harmonies of #914712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914712

Black with #914712

Text Example


Text Example

White with #914712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914712; }

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

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

background-color css

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

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

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

border-color css

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

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

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