Html Css Color HEX #983604 Saddle Brown

📋 copy color: '#983604'

red 152 ◦ green 54 ◦ blue 4

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

Shades of Saddle Brown #983604

Tints of Saddle Brown #983604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 72.38%
G = 25.71%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#983604 (or 0x983604) is known color: Saddle Brown. HEX triplet: 98, 36 and 04. RGB value is (152,54,4). Sum of RGB (Red+Green+Blue) = 152+54+4=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #983604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983604 is #67C9FB. Grayscale: #4D4D4D. Windows color (decimal): -6801916 or 276120. OLE color: 276120.

HSL color Cylindrical-coordinate representation of color #983604: hue angle of 20.27º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #983604 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 4 -
CMYK 0 0.64 0.97 0.40
HSL 20.27º 0.95% 0.31% -
HSV(B) 20.27º 0.97% 0.6% -
XYZ 14.29 9.32 1.16 -
YUV 77.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 152 54 4 0 0.64 0.97 0.40 20.27 0.95 0.31
Hex 98 36 4 0 40 61 28 14 5F 1F
Octal 230 66 4 0 100 141 50 24 137 37
Binary 10011000 110110 100 0 1000000 1100001 101000 10100 1011111 11111

Color Harmonies of #983604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983604

Black with #983604

Text Example


Text Example

White with #983604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983604; }

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

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

background-color css

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

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

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

border-color css

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

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

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