Html Css Color HEX #955001 Saddle Brown

📋 copy color: '#955001'

red 149 ◦ green 80 ◦ blue 1

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

Shades of Saddle Brown #955001

Tints of Saddle Brown #955001

RGB

 RED value IS 149 (58.59% from 255) = 64.78%

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

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

R = 64.78%
G = 34.78%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#955001 (or 0x955001) is known color: Saddle Brown. HEX triplet: 95, 50 and 01. RGB value is (149,80,1). Sum of RGB (Red+Green+Blue) = 149+80+1=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #955001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955001 is #6AAFFE. Grayscale: #5C5C5C. Windows color (decimal): -6991871 or 86165. OLE color: 86165.

HSL color Cylindrical-coordinate representation of color #955001: hue angle of 32.03º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #955001 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 1 -
CMYK 0 0.46 0.99 0.42
HSL 32.03º 0.99% 0.29% -
HSV(B) 32.03º 0.99% 0.58% -
XYZ 15.27 12.13 1.57 -
YUV 91.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 149 80 1 0 0.46 0.99 0.42 32.03 0.99 0.29
Hex 95 50 1 0 2E 63 2A 20 63 1D
Octal 225 120 1 0 56 143 52 40 143 35
Binary 10010101 1010000 1 0 101110 1100011 101010 100000 1100011 11101

Color Harmonies of #955001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955001

Black with #955001

Text Example


Text Example

White with #955001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955001; }

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

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

background-color css

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

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

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

border-color css

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

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

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