Html Css Color HEX #985312 Saddle Brown

📋 copy color: '#985312'

red 152 ◦ green 83 ◦ blue 18

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

Shades of Saddle Brown #985312

Tints of Saddle Brown #985312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

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

R = 60.08%
G = 32.81%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#985312 (or 0x985312) is known color: Saddle Brown. HEX triplet: 98, 53 and 12. RGB value is (152,83,18). Sum of RGB (Red+Green+Blue) = 152+83+18=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #985312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985312 is #67ACED. Grayscale: #606060. Windows color (decimal): -6794478 or 1201048. OLE color: 1201048.

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

Color convert

RGB 152 83 18 -
CMYK 0 0.45 0.88 0.40
HSL 29.1º 0.79% 0.33% -
HSV(B) 29.1º 0.88% 0.6% -
XYZ 16.15 12.91 2.21 -
YUV 96.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 152 83 18 0 0.45 0.88 0.40 29.1 0.79 0.33
Hex 98 53 12 0 2D 58 28 1D 4F 21
Octal 230 123 22 0 55 130 50 35 117 41
Binary 10011000 1010011 10010 0 101101 1011000 101000 11101 1001111 100001

Color Harmonies of #985312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985312

Black with #985312

Text Example


Text Example

White with #985312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985312; }

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

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

background-color css

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

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

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

border-color css

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

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

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