Html Css Color HEX #983410 Saddle Brown

📋 copy color: '#983410'

red 152 ◦ green 52 ◦ blue 16

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

Shades of Saddle Brown #983410

Tints of Saddle Brown #983410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 69.09%
G = 23.64%
B = 7.27%

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

#983410 (or 0x983410) is known color: Saddle Brown. HEX triplet: 98, 34 and 10. RGB value is (152,52,16). Sum of RGB (Red+Green+Blue) = 152+52+16=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #983410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983410 is #67CBEF. Grayscale: #4E4E4E. Windows color (decimal): -6802416 or 1062040. OLE color: 1062040.

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

Color convert

RGB 152 52 16 -
CMYK 0 0.66 0.89 0.40
HSL 15.88º 0.81% 0.33% -
HSV(B) 15.88º 0.89% 0.6% -
XYZ 14.27 9.17 1.51 -
YUV 77.8 93.13 180.93 -
System Red Green Blue C M Y K H S L
Decimal 152 52 16 0 0.66 0.89 0.40 15.88 0.81 0.33
Hex 98 34 10 0 42 59 28 10 51 21
Octal 230 64 20 0 102 131 50 20 121 41
Binary 10011000 110100 10000 0 1000010 1011001 101000 10000 1010001 100001

Color Harmonies of #983410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983410

Black with #983410

Text Example


Text Example

White with #983410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983410; }

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

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

background-color css

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

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

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

border-color css

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

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

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