Html Css Color HEX #983411 Saddle Brown

📋 copy color: '#983411'

red 152 ◦ green 52 ◦ blue 17

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

Shades of Saddle Brown #983411

Tints of Saddle Brown #983411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 68.78%
G = 23.53%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#983411 (or 0x983411) is known color: Saddle Brown. HEX triplet: 98, 34 and 11. RGB value is (152,52,17). Sum of RGB (Red+Green+Blue) = 152+52+17=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #983411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983411 is #67CBEE. Grayscale: #4E4E4E. Windows color (decimal): -6802415 or 1127576. OLE color: 1127576.

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

Color convert

RGB 152 52 17 -
CMYK 0 0.66 0.89 0.40
HSL 15.56º 0.8% 0.33% -
HSV(B) 15.56º 0.89% 0.6% -
XYZ 14.28 9.17 1.55 -
YUV 77.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 152 52 17 0 0.66 0.89 0.40 15.56 0.8 0.33
Hex 98 34 11 0 42 59 28 10 50 21
Octal 230 64 21 0 102 131 50 20 120 41
Binary 10011000 110100 10001 0 1000010 1011001 101000 10000 1010000 100001

Color Harmonies of #983411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983411

Black with #983411

Text Example


Text Example

White with #983411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983411; }

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

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

background-color css

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

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

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

border-color css

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

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

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