Html Css Color HEX #983D0D Saddle Brown

📋 copy color: '#983D0D'

red 152 ◦ green 61 ◦ blue 13

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

Shades of Saddle Brown #983D0D

Tints of Saddle Brown #983D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 67.26%
G = 26.99%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#983D0D (or 0x983D0D) is known color: Saddle Brown. HEX triplet: 98, 3D and 0D. RGB value is (152,61,13). Sum of RGB (Red+Green+Blue) = 152+61+13=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #983D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983D0D is #67C2F2. Grayscale: #535353. Windows color (decimal): -6800115 or 867736. OLE color: 867736.

HSL color Cylindrical-coordinate representation of color #983D0D: hue angle of 20.72º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #983D0D is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 61 13 -
CMYK 0 0.60 0.91 0.40
HSL 20.72º 0.84% 0.32% -
HSV(B) 20.72º 0.91% 0.6% -
XYZ 14.69 10.04 1.54 -
YUV 82.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 152 61 13 0 0.60 0.91 0.40 20.72 0.84 0.32
Hex 98 3D D 0 3C 5B 28 15 54 20
Octal 230 75 15 0 74 133 50 25 124 40
Binary 10011000 111101 1101 0 111100 1011011 101000 10101 1010100 100000

Color Harmonies of #983D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D0D

Black with #983D0D

Text Example


Text Example

White with #983D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,61,13); }

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

background-color css

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

 a { background-color: rgb(152,61,13); }

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

border-color css

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

 span { border-color: rgb(152,61,13); }

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