Html Css Color HEX #983D10 Saddle Brown

📋 copy color: '#983D10'

red 152 ◦ green 61 ◦ blue 16

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

Shades of Saddle Brown #983D10

Tints of Saddle Brown #983D10

RGB

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

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

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

R = 66.38%
G = 26.64%
B = 6.99%

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

#983D10 (or 0x983D10) is known color: Saddle Brown. HEX triplet: 98, 3D and 10. RGB value is (152,61,16). Sum of RGB (Red+Green+Blue) = 152+61+16=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #983D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983D10 is #67C2EF. Grayscale: #535353. Windows color (decimal): -6800112 or 1064344. OLE color: 1064344.

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

Color convert

RGB 152 61 16 -
CMYK 0 0.60 0.89 0.40
HSL 19.85º 0.81% 0.33% -
HSV(B) 19.85º 0.89% 0.6% -
XYZ 14.71 10.05 1.65 -
YUV 83.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 152 61 16 0 0.60 0.89 0.40 19.85 0.81 0.33
Hex 98 3D 10 0 3C 59 28 14 51 21
Octal 230 75 20 0 74 131 50 24 121 41
Binary 10011000 111101 10000 0 111100 1011001 101000 10100 1010001 100001

Color Harmonies of #983D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D10

Black with #983D10

Text Example


Text Example

White with #983D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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