Html Css Color HEX #914A00 Saddle Brown

📋 copy color: '#914A00'

red 145 ◦ green 74 ◦ blue 0

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

Shades of Saddle Brown #914A00

Tints of Saddle Brown #914A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.79%

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

R = 66.21%
G = 33.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#914A00 (or 0x914A00) is known color: Saddle Brown. HEX triplet: 91, 4A and 00. RGB value is (145,74,0). Sum of RGB (Red+Green+Blue) = 145+74+0=219 (29% of max value = 765). Red value is 145 (57.03% from 255 or 66.21% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 145 - color contains mainly: red. Hex color #914A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914A00 is #6EB5FF. Grayscale: #575757. Windows color (decimal): -7255552 or 19089. OLE color: 19089.

HSL color Cylindrical-coordinate representation of color #914A00: hue angle of 30.62º 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 #914A00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 74 0 -
CMYK 0 0.49 1 0.43
HSL 30.62º 1% 0.28% -
HSV(B) 30.62º 1% 0.57% -
XYZ 14.13 10.92 1.36 -
YUV 86.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 145 74 0 0 0.49 1 0.43 30.62 1 0.28
Hex 91 4A 0 0 31 64 2B 1F 64 1C
Octal 221 112 0 0 61 144 53 37 144 34
Binary 10010001 1001010 0 0 110001 1100100 101011 11111 1100100 11100

Color Harmonies of #914A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914A00

Black with #914A00

Text Example


Text Example

White with #914A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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