Html Css Color HEX #984313 Saddle Brown

📋 copy color: '#984313'

red 152 ◦ green 67 ◦ blue 19

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

Shades of Saddle Brown #984313

Tints of Saddle Brown #984313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

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

R = 63.87%
G = 28.15%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#984313 (or 0x984313) is known color: Saddle Brown. HEX triplet: 98, 43 and 13. RGB value is (152,67,19). Sum of RGB (Red+Green+Blue) = 152+67+19=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #984313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984313 is #67BCEC. Grayscale: #575757. Windows color (decimal): -6798573 or 1262488. OLE color: 1262488.

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

Color convert

RGB 152 67 19 -
CMYK 0 0.56 0.87 0.40
HSL 21.65º 0.78% 0.34% -
HSV(B) 21.65º 0.88% 0.6% -
XYZ 15.07 10.74 1.89 -
YUV 86.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 152 67 19 0 0.56 0.87 0.40 21.65 0.78 0.34
Hex 98 43 13 0 38 57 28 16 4E 22
Octal 230 103 23 0 70 127 50 26 116 42
Binary 10011000 1000011 10011 0 111000 1010111 101000 10110 1001110 100010

Color Harmonies of #984313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984313

Black with #984313

Text Example


Text Example

White with #984313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984313; }

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

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

background-color css

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

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

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

border-color css

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

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

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