Html Css Color HEX #983713 Saddle Brown

📋 copy color: '#983713'

red 152 ◦ green 55 ◦ blue 19

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

Shades of Saddle Brown #983713

Tints of Saddle Brown #983713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 67.26%
G = 24.34%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#983713 (or 0x983713) is known color: Saddle Brown. HEX triplet: 98, 37 and 13. RGB value is (152,55,19). Sum of RGB (Red+Green+Blue) = 152+55+19=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #983713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983713 is #67C8EC. Grayscale: #505050. Windows color (decimal): -6801645 or 1259416. OLE color: 1259416.

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

Color convert

RGB 152 55 19 -
CMYK 0 0.64 0.87 0.40
HSL 16.24º 0.78% 0.34% -
HSV(B) 16.24º 0.88% 0.6% -
XYZ 14.43 9.45 1.68 -
YUV 79.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 152 55 19 0 0.64 0.87 0.40 16.24 0.78 0.34
Hex 98 37 13 0 40 57 28 10 4E 22
Octal 230 67 23 0 100 127 50 20 116 42
Binary 10011000 110111 10011 0 1000000 1010111 101000 10000 1001110 100010

Color Harmonies of #983713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983713

Black with #983713

Text Example


Text Example

White with #983713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983713; }

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

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

background-color css

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

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

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

border-color css

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

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

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