Html Css Color HEX #984701 Saddle Brown

📋 copy color: '#984701'

red 152 ◦ green 71 ◦ blue 1

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

Shades of Saddle Brown #984701

Tints of Saddle Brown #984701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

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

R = 67.86%
G = 31.7%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#984701 (or 0x984701) is known color: Saddle Brown. HEX triplet: 98, 47 and 01. RGB value is (152,71,1). Sum of RGB (Red+Green+Blue) = 152+71+1=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #984701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984701 is #67B8FE. Grayscale: #575757. Windows color (decimal): -6797567 or 83864. OLE color: 83864.

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

Color convert

RGB 152 71 1 -
CMYK 0 0.53 0.99 0.40
HSL 27.81º 0.99% 0.3% -
HSV(B) 27.81º 0.99% 0.6% -
XYZ 15.21 11.18 1.39 -
YUV 87.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 152 71 1 0 0.53 0.99 0.40 27.81 0.99 0.3
Hex 98 47 1 0 35 63 28 1C 63 1E
Octal 230 107 1 0 65 143 50 34 143 36
Binary 10011000 1000111 1 0 110101 1100011 101000 11100 1100011 11110

Color Harmonies of #984701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984701

Black with #984701

Text Example


Text Example

White with #984701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984701; }

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

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

background-color css

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

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

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

border-color css

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

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

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