Html Css Color HEX #995001 Saddle Brown

📋 copy color: '#995001'

red 153 ◦ green 80 ◦ blue 1

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

Shades of Saddle Brown #995001

Tints of Saddle Brown #995001

RGB

 RED value IS 153 (60.16% from 255) = 65.38%

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

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

R = 65.38%
G = 34.19%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995001 (or 0x995001) is known color: Saddle Brown. HEX triplet: 99, 50 and 01. RGB value is (153,80,1). Sum of RGB (Red+Green+Blue) = 153+80+1=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #995001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995001 is #66AFFE. Grayscale: #5D5D5D. Windows color (decimal): -6729727 or 86169. OLE color: 86169.

HSL color Cylindrical-coordinate representation of color #995001: hue angle of 31.18º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #995001 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 1 -
CMYK 0 0.48 0.99 0.4
HSL 31.18º 0.99% 0.3% -
HSV(B) 31.18º 0.99% 0.6% -
XYZ 16.01 12.51 1.6 -
YUV 92.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 153 80 1 0 0.48 0.99 0.4 31.18 0.99 0.3
Hex 99 50 1 0 30 63 28 1F 63 1E
Octal 231 120 1 0 60 143 50 37 143 36
Binary 10011001 1010000 1 0 110000 1100011 101000 11111 1100011 11110

Color Harmonies of #995001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995001

Black with #995001

Text Example


Text Example

White with #995001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995001; }

 p { color: rgb(153,80,1); }

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

background-color css

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

 a { background-color: rgb(153,80,1); }

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

border-color css

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

 span { border-color: rgb(153,80,1); }

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