Html Css Color HEX #984713 Saddle Brown

📋 copy color: '#984713'

red 152 ◦ green 71 ◦ blue 19

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

Shades of Saddle Brown #984713

Tints of Saddle Brown #984713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 62.81%
G = 29.34%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#984713 (or 0x984713) is known color: Saddle Brown. HEX triplet: 98, 47 and 13. RGB value is (152,71,19). Sum of RGB (Red+Green+Blue) = 152+71+19=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #984713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984713 is #67B8EC. Grayscale: #595959. Windows color (decimal): -6797549 or 1263512. OLE color: 1263512.

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

Color convert

RGB 152 71 19 -
CMYK 0 0.53 0.87 0.40
HSL 23.46º 0.78% 0.34% -
HSV(B) 23.46º 0.88% 0.6% -
XYZ 15.32 11.23 1.98 -
YUV 89.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 152 71 19 0 0.53 0.87 0.40 23.46 0.78 0.34
Hex 98 47 13 0 35 57 28 17 4E 22
Octal 230 107 23 0 65 127 50 27 116 42
Binary 10011000 1000111 10011 0 110101 1010111 101000 10111 1001110 100010

Color Harmonies of #984713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984713

Black with #984713

Text Example


Text Example

White with #984713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984713; }

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

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

background-color css

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

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

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

border-color css

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

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

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