Html Css Color HEX #983600 Saddle Brown

📋 copy color: '#983600'

red 152 ◦ green 54 ◦ blue 0

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

Shades of Saddle Brown #983600

Tints of Saddle Brown #983600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

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

R = 73.79%
G = 26.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#983600 (or 0x983600) is known color: Saddle Brown. HEX triplet: 98, 36 and 00. RGB value is (152,54,0). Sum of RGB (Red+Green+Blue) = 152+54+0=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #983600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983600 is #67C9FF. Grayscale: #4D4D4D. Windows color (decimal): -6801920 or 13976. OLE color: 13976.

HSL color Cylindrical-coordinate representation of color #983600: hue angle of 21.32º 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 #983600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 0 -
CMYK 0 0.64 1 0.40
HSL 21.32º 1% 0.3% -
HSV(B) 21.32º 1% 0.6% -
XYZ 14.27 9.31 1.05 -
YUV 77.15 84.47 181.39 -
System Red Green Blue C M Y K H S L
Decimal 152 54 0 0 0.64 1 0.40 21.32 1 0.3
Hex 98 36 0 0 40 64 28 15 64 1E
Octal 230 66 0 0 100 144 50 25 144 36
Binary 10011000 110110 0 0 1000000 1100100 101000 10101 1100100 11110

Color Harmonies of #983600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983600

Black with #983600

Text Example


Text Example

White with #983600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983600; }

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

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

background-color css

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

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

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

border-color css

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

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

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