Html Css Color HEX #914001 Saddle Brown

📋 copy color: '#914001'

red 145 ◦ green 64 ◦ blue 1

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

Shades of Saddle Brown #914001

Tints of Saddle Brown #914001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 69.05%
G = 30.48%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#914001 (or 0x914001) is known color: Saddle Brown. HEX triplet: 91, 40 and 01. RGB value is (145,64,1). Sum of RGB (Red+Green+Blue) = 145+64+1=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #914001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914001 is #6EBFFE. Grayscale: #515151. Windows color (decimal): -7258111 or 82065. OLE color: 82065.

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

Color convert

RGB 145 64 1 -
CMYK 0 0.56 0.99 0.43
HSL 26.25º 0.99% 0.29% -
HSV(B) 26.25º 0.99% 0.57% -
XYZ 13.52 9.69 1.19 -
YUV 81.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 145 64 1 0 0.56 0.99 0.43 26.25 0.99 0.29
Hex 91 40 1 0 38 63 2B 1A 63 1D
Octal 221 100 1 0 70 143 53 32 143 35
Binary 10010001 1000000 1 0 111000 1100011 101011 11010 1100011 11101

Color Harmonies of #914001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914001

Black with #914001

Text Example


Text Example

White with #914001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914001; }

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

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

background-color css

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

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

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

border-color css

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

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

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