Html Css Color HEX #984700 Saddle Brown

📋 copy color: '#984700'

red 152 ◦ green 71 ◦ blue 0

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

Shades of Saddle Brown #984700

Tints of Saddle Brown #984700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.16%
G = 31.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#984700 (or 0x984700) is known color: Saddle Brown. HEX triplet: 98, 47 and 00. RGB value is (152,71,0). Sum of RGB (Red+Green+Blue) = 152+71+0=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #984700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984700 is #67B8FF. Grayscale: #575757. Windows color (decimal): -6797568 or 18328. OLE color: 18328.

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

Color convert

RGB 152 71 0 -
CMYK 0 0.53 1 0.40
HSL 28.03º 1% 0.3% -
HSV(B) 28.03º 1% 0.6% -
XYZ 15.2 11.18 1.36 -
YUV 87.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 152 71 0 0 0.53 1 0.40 28.03 1 0.3
Hex 98 47 0 0 35 64 28 1C 64 1E
Octal 230 107 0 0 65 144 50 34 144 36
Binary 10011000 1000111 0 0 110101 1100100 101000 11100 1100100 11110

Color Harmonies of #984700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984700

Black with #984700

Text Example


Text Example

White with #984700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984700; }

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

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

background-color css

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

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

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

border-color css

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

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

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