Html Css Color HEX #983712 Saddle Brown

📋 copy color: '#983712'

red 152 ◦ green 55 ◦ blue 18

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

Shades of Saddle Brown #983712

Tints of Saddle Brown #983712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

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

R = 67.56%
G = 24.44%
B = 8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#983712 (or 0x983712) is known color: Saddle Brown. HEX triplet: 98, 37 and 12. RGB value is (152,55,18). Sum of RGB (Red+Green+Blue) = 152+55+18=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #983712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983712 is #67C8ED. Grayscale: #505050. Windows color (decimal): -6801646 or 1193880. OLE color: 1193880.

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

Color convert

RGB 152 55 18 -
CMYK 0 0.64 0.88 0.40
HSL 16.57º 0.79% 0.33% -
HSV(B) 16.57º 0.88% 0.6% -
XYZ 14.42 9.45 1.64 -
YUV 79.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 152 55 18 0 0.64 0.88 0.40 16.57 0.79 0.33
Hex 98 37 12 0 40 58 28 11 4F 21
Octal 230 67 22 0 100 130 50 21 117 41
Binary 10011000 110111 10010 0 1000000 1011000 101000 10001 1001111 100001

Color Harmonies of #983712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983712

Black with #983712

Text Example


Text Example

White with #983712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983712; }

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

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

background-color css

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

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

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

border-color css

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

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

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