Html Css Color HEX #98701B Golden Brown

📋 copy color: '#98701B'

red 152 ◦ green 112 ◦ blue 27

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

Shades of Golden Brown #98701B

Tints of Golden Brown #98701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 52.23%
G = 38.49%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98701B (or 0x98701B) is known color: Golden Brown. HEX triplet: 98, 70 and 1B. RGB value is (152,112,27). Sum of RGB (Red+Green+Blue) = 152+112+27=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #98701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98701B is #678FE4. Grayscale: #727272. Windows color (decimal): -6787045 or 1798296. OLE color: 1798296.

HSL color Cylindrical-coordinate representation of color #98701B: hue angle of 40.8º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98701B is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 27 -
CMYK 0 0.26 0.82 0.40
HSL 40.8º 0.7% 0.35% -
HSV(B) 40.8º 0.82% 0.6% -
XYZ 18.94 18.34 3.58 -
YUV 114.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 152 112 27 0 0.26 0.82 0.40 40.8 0.7 0.35
Hex 98 70 1B 0 1A 52 28 29 46 23
Octal 230 160 33 0 32 122 50 51 106 43
Binary 10011000 1110000 11011 0 11010 1010010 101000 101001 1000110 100011

Color Harmonies of #98701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98701B

Black with #98701B

Text Example


Text Example

White with #98701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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