Html Css Color HEX #983B15 Saddle Brown

📋 copy color: '#983B15'

red 152 ◦ green 59 ◦ blue 21

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

Shades of Saddle Brown #983B15

Tints of Saddle Brown #983B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.43%

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 65.52%
G = 25.43%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#983B15 (or 0x983B15) is known color: Saddle Brown. HEX triplet: 98, 3B and 15. RGB value is (152,59,21). Sum of RGB (Red+Green+Blue) = 152+59+21=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #983B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983B15 is #67C4EA. Grayscale: #525252. Windows color (decimal): -6800619 or 1391512. OLE color: 1391512.

HSL color Cylindrical-coordinate representation of color #983B15: hue angle of 17.4º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #983B15 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 59 21 -
CMYK 0 0.61 0.86 0.40
HSL 17.4º 0.76% 0.34% -
HSV(B) 17.4º 0.86% 0.6% -
XYZ 14.65 9.86 1.84 -
YUV 82.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 152 59 21 0 0.61 0.86 0.40 17.4 0.76 0.34
Hex 98 3B 15 0 3D 56 28 11 4C 22
Octal 230 73 25 0 75 126 50 21 114 42
Binary 10011000 111011 10101 0 111101 1010110 101000 10001 1001100 100010

Color Harmonies of #983B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983B15

Black with #983B15

Text Example


Text Example

White with #983B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983B15; }

 p { color: rgb(152,59,21); }

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

background-color css

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

 a { background-color: rgb(152,59,21); }

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

border-color css

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

 span { border-color: rgb(152,59,21); }

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