Html Css Color HEX #983C00 Saddle Brown

📋 copy color: '#983C00'

red 152 ◦ green 60 ◦ blue 0

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

Shades of Saddle Brown #983C00

Tints of Saddle Brown #983C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.7%
G = 28.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#983C00 (or 0x983C00) is known color: Saddle Brown. HEX triplet: 98, 3C and 00. RGB value is (152,60,0). Sum of RGB (Red+Green+Blue) = 152+60+0=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #983C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983C00 is #67C3FF. Grayscale: #515151. Windows color (decimal): -6800384 or 15512. OLE color: 15512.

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

Color convert

RGB 152 60 0 -
CMYK 0 0.61 1 0.40
HSL 23.68º 1% 0.3% -
HSV(B) 23.68º 1% 0.6% -
XYZ 14.56 9.91 1.14 -
YUV 80.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 152 60 0 0 0.61 1 0.40 23.68 1 0.3
Hex 98 3C 0 0 3D 64 28 18 64 1E
Octal 230 74 0 0 75 144 50 30 144 36
Binary 10011000 111100 0 0 111101 1100100 101000 11000 1100100 11110

Color Harmonies of #983C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C00

Black with #983C00

Text Example


Text Example

White with #983C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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