Html Css Color HEX #984707 Saddle Brown

📋 copy color: '#984707'

red 152 ◦ green 71 ◦ blue 7

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

Shades of Saddle Brown #984707

Tints of Saddle Brown #984707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.87%

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 66.09%
G = 30.87%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#984707 (or 0x984707) is known color: Saddle Brown. HEX triplet: 98, 47 and 07. RGB value is (152,71,7). Sum of RGB (Red+Green+Blue) = 152+71+7=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #984707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984707 is #67B8F8. Grayscale: #585858. Windows color (decimal): -6797561 or 477080. OLE color: 477080.

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

Color convert

RGB 152 71 7 -
CMYK 0 0.53 0.95 0.40
HSL 26.48º 0.91% 0.31% -
HSV(B) 26.48º 0.95% 0.6% -
XYZ 15.24 11.2 1.56 -
YUV 87.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 152 71 7 0 0.53 0.95 0.40 26.48 0.91 0.31
Hex 98 47 7 0 35 5F 28 1A 5B 1F
Octal 230 107 7 0 65 137 50 32 133 37
Binary 10011000 1000111 111 0 110101 1011111 101000 11010 1011011 11111

Color Harmonies of #984707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984707

Black with #984707

Text Example


Text Example

White with #984707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984707; }

 p { color: rgb(152,71,7); }

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

background-color css

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

 a { background-color: rgb(152,71,7); }

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

border-color css

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

 span { border-color: rgb(152,71,7); }

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