Html Css Color HEX #983400 Saddle Brown

📋 copy color: '#983400'

red 152 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #983400

Tints of Saddle Brown #983400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 74.51%
G = 25.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#983400 (or 0x983400) is known color: Saddle Brown. HEX triplet: 98, 34 and 00. RGB value is (152,52,0). Sum of RGB (Red+Green+Blue) = 152+52+0=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #983400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983400 is #67CBFF. Grayscale: #4C4C4C. Windows color (decimal): -6802432 or 13464. OLE color: 13464.

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

Color convert

RGB 152 52 0 -
CMYK 0 0.66 1 0.40
HSL 20.53º 1% 0.3% -
HSV(B) 20.53º 1% 0.6% -
XYZ 14.18 9.13 1.02 -
YUV 75.97 85.13 182.23 -
System Red Green Blue C M Y K H S L
Decimal 152 52 0 0 0.66 1 0.40 20.53 1 0.3
Hex 98 34 0 0 42 64 28 15 64 1E
Octal 230 64 0 0 102 144 50 25 144 36
Binary 10011000 110100 0 0 1000010 1100100 101000 10101 1100100 11110

Color Harmonies of #983400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983400

Black with #983400

Text Example


Text Example

White with #983400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983400; }

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

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

background-color css

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

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

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

border-color css

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

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

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