Html Css Color HEX #983F13 Saddle Brown

📋 copy color: '#983F13'

red 152 ◦ green 63 ◦ blue 19

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

Shades of Saddle Brown #983F13

Tints of Saddle Brown #983F13

RGB

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

 GREEN value IS 63 (25% from 255) = 26.92%

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 64.96%
G = 26.92%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#983F13 (or 0x983F13) is known color: Saddle Brown. HEX triplet: 98, 3F and 13. RGB value is (152,63,19). Sum of RGB (Red+Green+Blue) = 152+63+19=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #983F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983F13 is #67C0EC. Grayscale: #545454. Windows color (decimal): -6799597 or 1261464. OLE color: 1261464.

HSL color Cylindrical-coordinate representation of color #983F13: hue angle of 19.85º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #983F13 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 63 19 -
CMYK 0 0.59 0.87 0.40
HSL 19.85º 0.78% 0.34% -
HSV(B) 19.85º 0.88% 0.6% -
XYZ 14.84 10.28 1.82 -
YUV 84.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 152 63 19 0 0.59 0.87 0.40 19.85 0.78 0.34
Hex 98 3F 13 0 3B 57 28 14 4E 22
Octal 230 77 23 0 73 127 50 24 116 42
Binary 10011000 111111 10011 0 111011 1010111 101000 10100 1001110 100010

Color Harmonies of #983F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F13

Black with #983F13

Text Example


Text Example

White with #983F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,63,19); }

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

background-color css

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

 a { background-color: rgb(152,63,19); }

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

border-color css

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

 span { border-color: rgb(152,63,19); }

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