Html Css Color HEX #983C10 Saddle Brown

📋 copy color: '#983C10'

red 152 ◦ green 60 ◦ blue 16

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

Shades of Saddle Brown #983C10

Tints of Saddle Brown #983C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

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

R = 66.67%
G = 26.32%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#983C10 (or 0x983C10) is known color: Saddle Brown. HEX triplet: 98, 3C and 10. RGB value is (152,60,16). Sum of RGB (Red+Green+Blue) = 152+60+16=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #983C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983C10 is #67C3EF. Grayscale: #525252. Windows color (decimal): -6800368 or 1064088. OLE color: 1064088.

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

Color convert

RGB 152 60 16 -
CMYK 0 0.61 0.89 0.40
HSL 19.41º 0.81% 0.33% -
HSV(B) 19.41º 0.89% 0.6% -
XYZ 14.66 9.94 1.64 -
YUV 82.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 152 60 16 0 0.61 0.89 0.40 19.41 0.81 0.33
Hex 98 3C 10 0 3D 59 28 13 51 21
Octal 230 74 20 0 75 131 50 23 121 41
Binary 10011000 111100 10000 0 111101 1011001 101000 10011 1010001 100001

Color Harmonies of #983C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C10

Black with #983C10

Text Example


Text Example

White with #983C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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