Html Css Color HEX #983512 Saddle Brown

📋 copy color: '#983512'

red 152 ◦ green 53 ◦ blue 18

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

Shades of Saddle Brown #983512

Tints of Saddle Brown #983512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 18 (7.42% from 255) = 8.07%

R = 68.16%
G = 23.77%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#983512 (or 0x983512) is known color: Saddle Brown. HEX triplet: 98, 35 and 12. RGB value is (152,53,18). Sum of RGB (Red+Green+Blue) = 152+53+18=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #983512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983512 is #67CAED. Grayscale: #4E4E4E. Windows color (decimal): -6802158 or 1193368. OLE color: 1193368.

HSL color Cylindrical-coordinate representation of color #983512: hue angle of 15.67º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #983512 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 18 -
CMYK 0 0.65 0.88 0.40
HSL 15.67º 0.79% 0.33% -
HSV(B) 15.67º 0.88% 0.6% -
XYZ 14.33 9.27 1.61 -
YUV 78.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 152 53 18 0 0.65 0.88 0.40 15.67 0.79 0.33
Hex 98 35 12 0 41 58 28 10 4F 21
Octal 230 65 22 0 101 130 50 20 117 41
Binary 10011000 110101 10010 0 1000001 1011000 101000 10000 1001111 100001

Color Harmonies of #983512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983512

Black with #983512

Text Example


Text Example

White with #983512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983512; }

 p { color: rgb(152,53,18); }

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

background-color css

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

 a { background-color: rgb(152,53,18); }

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

border-color css

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

 span { border-color: rgb(152,53,18); }

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