Html Css Color HEX #98701E Golden Brown

📋 copy color: '#98701E'

red 152 ◦ green 112 ◦ blue 30

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

Shades of Golden Brown #98701E

Tints of Golden Brown #98701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 51.7%
G = 38.1%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98701E (or 0x98701E) is known color: Golden Brown. HEX triplet: 98, 70 and 1E. RGB value is (152,112,30). Sum of RGB (Red+Green+Blue) = 152+112+30=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98701E is #678FE1. Grayscale: #727272. Windows color (decimal): -6787042 or 1994904. OLE color: 1994904.

HSL color Cylindrical-coordinate representation of color #98701E: hue angle of 40.33º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98701E is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 30 -
CMYK 0 0.26 0.80 0.40
HSL 40.33º 0.67% 0.36% -
HSV(B) 40.33º 0.8% 0.6% -
XYZ 18.98 18.36 3.77 -
YUV 114.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 152 112 30 0 0.26 0.80 0.40 40.33 0.67 0.36
Hex 98 70 1E 0 1A 50 28 28 43 24
Octal 230 160 36 0 32 120 50 50 103 44
Binary 10011000 1110000 11110 0 11010 1010000 101000 101000 1000011 100100

Color Harmonies of #98701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98701E

Black with #98701E

Text Example


Text Example

White with #98701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98701E; }

 p { color: rgb(152,112,30); }

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

background-color css

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

 a { background-color: rgb(152,112,30); }

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

border-color css

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

 span { border-color: rgb(152,112,30); }

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