Html Css Color HEX #983C0D Saddle Brown

📋 copy color: '#983C0D'

red 152 ◦ green 60 ◦ blue 13

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

Shades of Saddle Brown #983C0D

Tints of Saddle Brown #983C0D

RGB

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

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

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

R = 67.56%
G = 26.67%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#983C0D (or 0x983C0D) is known color: Saddle Brown. HEX triplet: 98, 3C and 0D. RGB value is (152,60,13). Sum of RGB (Red+Green+Blue) = 152+60+13=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #983C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983C0D is #67C3F2. Grayscale: #525252. Windows color (decimal): -6800371 or 867480. OLE color: 867480.

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

Color convert

RGB 152 60 13 -
CMYK 0 0.61 0.91 0.40
HSL 20.29º 0.84% 0.32% -
HSV(B) 20.29º 0.91% 0.6% -
XYZ 14.64 9.94 1.53 -
YUV 82.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 152 60 13 0 0.61 0.91 0.40 20.29 0.84 0.32
Hex 98 3C D 0 3D 5B 28 14 54 20
Octal 230 74 15 0 75 133 50 24 124 40
Binary 10011000 111100 1101 0 111101 1011011 101000 10100 1010100 100000

Color Harmonies of #983C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C0D

Black with #983C0D

Text Example


Text Example

White with #983C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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