Html Css Color HEX #955101 Saddle Brown

📋 copy color: '#955101'

red 149 ◦ green 81 ◦ blue 1

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

Shades of Saddle Brown #955101

Tints of Saddle Brown #955101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.06%

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

R = 64.5%
G = 35.06%
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

#955101 (or 0x955101) is known color: Saddle Brown. HEX triplet: 95, 51 and 01. RGB value is (149,81,1). Sum of RGB (Red+Green+Blue) = 149+81+1=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #955101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955101 is #6AAEFE. Grayscale: #5C5C5C. Windows color (decimal): -6991615 or 86421. OLE color: 86421.

HSL color Cylindrical-coordinate representation of color #955101: hue angle of 32.43º 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 #955101 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 81 1 -
CMYK 0 0.46 0.99 0.42
HSL 32.43º 0.99% 0.29% -
HSV(B) 32.43º 0.99% 0.58% -
XYZ 15.34 12.28 1.59 -
YUV 92.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 149 81 1 0 0.46 0.99 0.42 32.43 0.99 0.29
Hex 95 51 1 0 2E 63 2A 20 63 1D
Octal 225 121 1 0 56 143 52 40 143 35
Binary 10010101 1010001 1 0 101110 1100011 101010 100000 1100011 11101

Color Harmonies of #955101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955101

Black with #955101

Text Example


Text Example

White with #955101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955101; }

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

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

background-color css

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

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

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

border-color css

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

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

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