Html Css Color HEX #983813 Saddle Brown

📋 copy color: '#983813'

red 152 ◦ green 56 ◦ blue 19

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

Shades of Saddle Brown #983813

Tints of Saddle Brown #983813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.67%

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

R = 66.96%
G = 24.67%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#983813 (or 0x983813) is known color: Saddle Brown. HEX triplet: 98, 38 and 13. RGB value is (152,56,19). Sum of RGB (Red+Green+Blue) = 152+56+19=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #983813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983813 is #67C7EC. Grayscale: #505050. Windows color (decimal): -6801389 or 1259672. OLE color: 1259672.

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

Color convert

RGB 152 56 19 -
CMYK 0 0.63 0.87 0.40
HSL 16.69º 0.78% 0.34% -
HSV(B) 16.69º 0.88% 0.6% -
XYZ 14.48 9.55 1.7 -
YUV 80.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 152 56 19 0 0.63 0.87 0.40 16.69 0.78 0.34
Hex 98 38 13 0 3F 57 28 11 4E 22
Octal 230 70 23 0 77 127 50 21 116 42
Binary 10011000 111000 10011 0 111111 1010111 101000 10001 1001110 100010

Color Harmonies of #983813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983813

Black with #983813

Text Example


Text Example

White with #983813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983813; }

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

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

background-color css

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

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

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

border-color css

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

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

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