Html Css Color HEX #983F11 Saddle Brown

📋 copy color: '#983F11'

red 152 ◦ green 63 ◦ blue 17

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

Shades of Saddle Brown #983F11

Tints of Saddle Brown #983F11

RGB

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

 GREEN value IS 63 (25% from 255) = 27.16%

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

R = 65.52%
G = 27.16%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#983F11 (or 0x983F11) is known color: Saddle Brown. HEX triplet: 98, 3F and 11. RGB value is (152,63,17). Sum of RGB (Red+Green+Blue) = 152+63+17=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #983F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983F11 is #67C0EE. Grayscale: #545454. Windows color (decimal): -6799599 or 1130392. OLE color: 1130392.

HSL color Cylindrical-coordinate representation of color #983F11: hue angle of 20.44º 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 #983F11 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 63 17 -
CMYK 0 0.59 0.89 0.40
HSL 20.44º 0.8% 0.33% -
HSV(B) 20.44º 0.89% 0.6% -
XYZ 14.83 10.27 1.73 -
YUV 84.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 152 63 17 0 0.59 0.89 0.40 20.44 0.8 0.33
Hex 98 3F 11 0 3B 59 28 14 50 21
Octal 230 77 21 0 73 131 50 24 120 41
Binary 10011000 111111 10001 0 111011 1011001 101000 10100 1010000 100001

Color Harmonies of #983F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F11

Black with #983F11

Text Example


Text Example

White with #983F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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