Html Css Color HEX #914419 Saddle Brown

📋 copy color: '#914419'

red 145 ◦ green 68 ◦ blue 25

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

Shades of Saddle Brown #914419

Tints of Saddle Brown #914419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 60.92%
G = 28.57%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#914419 (or 0x914419) is known color: Saddle Brown. HEX triplet: 91, 44 and 19. RGB value is (145,68,25). Sum of RGB (Red+Green+Blue) = 145+68+25=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #914419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914419 is #6EBBE6. Grayscale: #565656. Windows color (decimal): -7257063 or 1655953. OLE color: 1655953.

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

Color convert

RGB 145 68 25 -
CMYK 0 0.53 0.83 0.43
HSL 21.5º 0.71% 0.33% -
HSV(B) 21.5º 0.83% 0.57% -
XYZ 13.92 10.22 2.16 -
YUV 86.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 145 68 25 0 0.53 0.83 0.43 21.5 0.71 0.33
Hex 91 44 19 0 35 53 2B 16 47 21
Octal 221 104 31 0 65 123 53 26 107 41
Binary 10010001 1000100 11001 0 110101 1010011 101011 10110 1000111 100001

Color Harmonies of #914419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914419

Black with #914419

Text Example


Text Example

White with #914419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914419; }

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

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

background-color css

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

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

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

border-color css

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

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

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