Html Css Color HEX #983D0A Saddle Brown

📋 copy color: '#983D0A'

red 152 ◦ green 61 ◦ blue 10

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

Shades of Saddle Brown #983D0A

Tints of Saddle Brown #983D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.48%

R = 68.16%
G = 27.35%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#983D0A (or 0x983D0A) is known color: Saddle Brown. HEX triplet: 98, 3D and 0A. RGB value is (152,61,10). Sum of RGB (Red+Green+Blue) = 152+61+10=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #983D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983D0A is #67C2F5. Grayscale: #525252. Windows color (decimal): -6800118 or 671128. OLE color: 671128.

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

Color convert

RGB 152 61 10 -
CMYK 0 0.60 0.93 0.40
HSL 21.55º 0.88% 0.32% -
HSV(B) 21.55º 0.93% 0.6% -
XYZ 14.67 10.03 1.45 -
YUV 82.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 152 61 10 0 0.60 0.93 0.40 21.55 0.88 0.32
Hex 98 3D A 0 3C 5D 28 16 58 20
Octal 230 75 12 0 74 135 50 26 130 40
Binary 10011000 111101 1010 0 111100 1011101 101000 10110 1011000 100000

Color Harmonies of #983D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D0A

Black with #983D0A

Text Example


Text Example

White with #983D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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