Html Css Color HEX #915004 Saddle Brown

📋 copy color: '#915004'

red 145 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #915004

Tints of Saddle Brown #915004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 63.32%
G = 34.93%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#915004 (or 0x915004) is known color: Saddle Brown. HEX triplet: 91, 50 and 04. RGB value is (145,80,4). Sum of RGB (Red+Green+Blue) = 145+80+4=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #915004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915004 is #6EAFFB. Grayscale: #5B5B5B. Windows color (decimal): -7254012 or 282769. OLE color: 282769.

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

Color convert

RGB 145 80 4 -
CMYK 0 0.45 0.97 0.43
HSL 32.34º 0.95% 0.29% -
HSV(B) 32.34º 0.97% 0.57% -
XYZ 14.57 11.77 1.62 -
YUV 90.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 145 80 4 0 0.45 0.97 0.43 32.34 0.95 0.29
Hex 91 50 4 0 2D 61 2B 20 5F 1D
Octal 221 120 4 0 55 141 53 40 137 35
Binary 10010001 1010000 100 0 101101 1100001 101011 100000 1011111 11101

Color Harmonies of #915004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915004

Black with #915004

Text Example


Text Example

White with #915004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915004; }

 p { color: rgb(145,80,4); }

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

background-color css

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

 a { background-color: rgb(145,80,4); }

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

border-color css

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

 span { border-color: rgb(145,80,4); }

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