Html Css Color HEX #983613 Saddle Brown

📋 copy color: '#983613'

red 152 ◦ green 54 ◦ blue 19

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

Shades of Saddle Brown #983613

Tints of Saddle Brown #983613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

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

R = 67.56%
G = 24%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#983613 (or 0x983613) is known color: Saddle Brown. HEX triplet: 98, 36 and 13. RGB value is (152,54,19). Sum of RGB (Red+Green+Blue) = 152+54+19=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #983613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983613 is #67C9EC. Grayscale: #4F4F4F. Windows color (decimal): -6801901 or 1259160. OLE color: 1259160.

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

Color convert

RGB 152 54 19 -
CMYK 0 0.64 0.87 0.40
HSL 15.79º 0.78% 0.34% -
HSV(B) 15.79º 0.88% 0.6% -
XYZ 14.39 9.36 1.66 -
YUV 79.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 152 54 19 0 0.64 0.87 0.40 15.79 0.78 0.34
Hex 98 36 13 0 40 57 28 10 4E 22
Octal 230 66 23 0 100 127 50 20 116 42
Binary 10011000 110110 10011 0 1000000 1010111 101000 10000 1001110 100010

Color Harmonies of #983613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983613

Black with #983613

Text Example


Text Example

White with #983613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983613; }

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

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

background-color css

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

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

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

border-color css

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

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

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