Html Css Color HEX #983D11 Saddle Brown

📋 copy color: '#983D11'

red 152 ◦ green 61 ◦ blue 17

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

Shades of Saddle Brown #983D11

Tints of Saddle Brown #983D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.52%

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 66.09%
G = 26.52%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#983D11 (or 0x983D11) is known color: Saddle Brown. HEX triplet: 98, 3D and 11. RGB value is (152,61,17). Sum of RGB (Red+Green+Blue) = 152+61+17=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #983D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983D11 is #67C2EE. Grayscale: #535353. Windows color (decimal): -6800111 or 1129880. OLE color: 1129880.

HSL color Cylindrical-coordinate representation of color #983D11: hue angle of 19.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #983D11 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 61 17 -
CMYK 0 0.60 0.89 0.40
HSL 19.56º 0.8% 0.33% -
HSV(B) 19.56º 0.89% 0.6% -
XYZ 14.72 10.05 1.7 -
YUV 83.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 152 61 17 0 0.60 0.89 0.40 19.56 0.8 0.33
Hex 98 3D 11 0 3C 59 28 14 50 21
Octal 230 75 21 0 74 131 50 24 120 41
Binary 10011000 111101 10001 0 111100 1011001 101000 10100 1010000 100001

Color Harmonies of #983D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D11

Black with #983D11

Text Example


Text Example

White with #983D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983D11; }

 p { color: rgb(152,61,17); }

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

background-color css

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

 a { background-color: rgb(152,61,17); }

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

border-color css

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

 span { border-color: rgb(152,61,17); }

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