Html Css Color HEX #983910 Saddle Brown

📋 copy color: '#983910'

red 152 ◦ green 57 ◦ blue 16

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

Shades of Saddle Brown #983910

Tints of Saddle Brown #983910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.33%

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

R = 67.56%
G = 25.33%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#983910 (or 0x983910) is known color: Saddle Brown. HEX triplet: 98, 39 and 10. RGB value is (152,57,16). Sum of RGB (Red+Green+Blue) = 152+57+16=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #983910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983910 is #67C6EF. Grayscale: #505050. Windows color (decimal): -6801136 or 1063320. OLE color: 1063320.

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

Color convert

RGB 152 57 16 -
CMYK 0 0.62 0.89 0.40
HSL 18.09º 0.81% 0.33% -
HSV(B) 18.09º 0.89% 0.6% -
XYZ 14.51 9.64 1.59 -
YUV 80.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 152 57 16 0 0.62 0.89 0.40 18.09 0.81 0.33
Hex 98 39 10 0 3E 59 28 12 51 21
Octal 230 71 20 0 76 131 50 22 121 41
Binary 10011000 111001 10000 0 111110 1011001 101000 10010 1010001 100001

Color Harmonies of #983910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983910

Black with #983910

Text Example


Text Example

White with #983910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983910; }

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

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

background-color css

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

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

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

border-color css

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

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

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