Html Css Color HEX #983C0A Saddle Brown

📋 copy color: '#983C0A'

red 152 ◦ green 60 ◦ blue 10

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

Shades of Saddle Brown #983C0A

Tints of Saddle Brown #983C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

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

R = 68.47%
G = 27.03%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#983C0A (or 0x983C0A) is known color: Saddle Brown. HEX triplet: 98, 3C and 0A. RGB value is (152,60,10). Sum of RGB (Red+Green+Blue) = 152+60+10=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #983C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983C0A is #67C3F5. Grayscale: #525252. Windows color (decimal): -6800374 or 670872. OLE color: 670872.

HSL color Cylindrical-coordinate representation of color #983C0A: hue angle of 21.13º 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 #983C0A is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 60 10 -
CMYK 0 0.61 0.93 0.40
HSL 21.13º 0.88% 0.32% -
HSV(B) 21.13º 0.93% 0.6% -
XYZ 14.62 9.93 1.43 -
YUV 81.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 152 60 10 0 0.61 0.93 0.40 21.13 0.88 0.32
Hex 98 3C A 0 3D 5D 28 15 58 20
Octal 230 74 12 0 75 135 50 25 130 40
Binary 10011000 111100 1010 0 111101 1011101 101000 10101 1011000 100000

Color Harmonies of #983C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C0A

Black with #983C0A

Text Example


Text Example

White with #983C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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