Html Css Color HEX #914401 Saddle Brown

📋 copy color: '#914401'

red 145 ◦ green 68 ◦ blue 1

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

Shades of Saddle Brown #914401

Tints of Saddle Brown #914401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.78%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 67.76%
G = 31.78%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#914401 (or 0x914401) is known color: Saddle Brown. HEX triplet: 91, 44 and 01. RGB value is (145,68,1). Sum of RGB (Red+Green+Blue) = 145+68+1=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #914401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914401 is #6EBBFE. Grayscale: #535353. Windows color (decimal): -7257087 or 83089. OLE color: 83089.

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

Color convert

RGB 145 68 1 -
CMYK 0 0.53 0.99 0.43
HSL 27.92º 0.99% 0.29% -
HSV(B) 27.92º 0.99% 0.57% -
XYZ 13.75 10.16 1.26 -
YUV 83.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 145 68 1 0 0.53 0.99 0.43 27.92 0.99 0.29
Hex 91 44 1 0 35 63 2B 1C 63 1D
Octal 221 104 1 0 65 143 53 34 143 35
Binary 10010001 1000100 1 0 110101 1100011 101011 11100 1100011 11101

Color Harmonies of #914401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914401

Black with #914401

Text Example


Text Example

White with #914401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914401; }

 p { color: rgb(145,68,1); }

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

background-color css

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

 a { background-color: rgb(145,68,1); }

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

border-color css

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

 span { border-color: rgb(145,68,1); }

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