Html Css Color HEX #985101 Saddle Brown

📋 copy color: '#985101'

red 152 ◦ green 81 ◦ blue 1

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

Shades of Saddle Brown #985101

Tints of Saddle Brown #985101

RGB

 RED value IS 152 (59.77% from 255) = 64.96%

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

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

R = 64.96%
G = 34.62%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#985101 (or 0x985101) is known color: Saddle Brown. HEX triplet: 98, 51 and 01. RGB value is (152,81,1). Sum of RGB (Red+Green+Blue) = 152+81+1=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #985101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985101 is #67AEFE. Grayscale: #5D5D5D. Windows color (decimal): -6795007 or 86424. OLE color: 86424.

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

Color convert

RGB 152 81 1 -
CMYK 0 0.47 0.99 0.40
HSL 31.79º 0.99% 0.3% -
HSV(B) 31.79º 0.99% 0.6% -
XYZ 15.9 12.56 1.62 -
YUV 93.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 152 81 1 0 0.47 0.99 0.40 31.79 0.99 0.3
Hex 98 51 1 0 2F 63 28 20 63 1E
Octal 230 121 1 0 57 143 50 40 143 36
Binary 10011000 1010001 1 0 101111 1100011 101000 100000 1100011 11110

Color Harmonies of #985101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985101

Black with #985101

Text Example


Text Example

White with #985101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985101; }

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

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

background-color css

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

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

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

border-color css

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

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

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