Html Css Color HEX #914700 Saddle Brown

📋 copy color: '#914700'

red 145 ◦ green 71 ◦ blue 0

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

Shades of Saddle Brown #914700

Tints of Saddle Brown #914700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.13%
G = 32.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#914700 (or 0x914700) is known color: Saddle Brown. HEX triplet: 91, 47 and 00. RGB value is (145,71,0). Sum of RGB (Red+Green+Blue) = 145+71+0=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #914700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914700 is #6EB8FF. Grayscale: #555555. Windows color (decimal): -7256320 or 18321. OLE color: 18321.

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

Color convert

RGB 145 71 0 -
CMYK 0 0.51 1 0.43
HSL 29.38º 1% 0.28% -
HSV(B) 29.38º 1% 0.57% -
XYZ 13.93 10.53 1.3 -
YUV 85.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 145 71 0 0 0.51 1 0.43 29.38 1 0.28
Hex 91 47 0 0 33 64 2B 1D 64 1C
Octal 221 107 0 0 63 144 53 35 144 34
Binary 10010001 1000111 0 0 110011 1100100 101011 11101 1100100 11100

Color Harmonies of #914700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914700

Black with #914700

Text Example


Text Example

White with #914700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914700; }

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

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

background-color css

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

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

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

border-color css

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

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

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