Html Css Color HEX #984702 Saddle Brown

📋 copy color: '#984702'

red 152 ◦ green 71 ◦ blue 2

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

Shades of Saddle Brown #984702

Tints of Saddle Brown #984702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 67.56%
G = 31.56%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#984702 (or 0x984702) is known color: Saddle Brown. HEX triplet: 98, 47 and 02. RGB value is (152,71,2). Sum of RGB (Red+Green+Blue) = 152+71+2=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #984702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984702 is #67B8FD. Grayscale: #575757. Windows color (decimal): -6797566 or 149400. OLE color: 149400.

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

Color convert

RGB 152 71 2 -
CMYK 0 0.53 0.99 0.40
HSL 27.6º 0.97% 0.3% -
HSV(B) 27.6º 0.99% 0.6% -
XYZ 15.21 11.19 1.41 -
YUV 87.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 152 71 2 0 0.53 0.99 0.40 27.6 0.97 0.3
Hex 98 47 2 0 35 63 28 1C 61 1E
Octal 230 107 2 0 65 143 50 34 141 36
Binary 10011000 1000111 10 0 110101 1100011 101000 11100 1100001 11110

Color Harmonies of #984702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984702

Black with #984702

Text Example


Text Example

White with #984702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984702; }

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

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

background-color css

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

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

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

border-color css

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

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

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