Html Css Color HEX #98711B Golden Brown

📋 copy color: '#98711B'

red 152 ◦ green 113 ◦ blue 27

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

Shades of Golden Brown #98711B

Tints of Golden Brown #98711B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

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

R = 52.05%
G = 38.7%
B = 9.25%

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

#98711B (or 0x98711B) is known color: Golden Brown. HEX triplet: 98, 71 and 1B. RGB value is (152,113,27). Sum of RGB (Red+Green+Blue) = 152+113+27=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #98711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98711B is #678EE4. Grayscale: #737373. Windows color (decimal): -6786789 or 1798552. OLE color: 1798552.

HSL color Cylindrical-coordinate representation of color #98711B: hue angle of 41.28º 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 #98711B is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 27 -
CMYK 0 0.26 0.82 0.40
HSL 41.28º 0.7% 0.35% -
HSV(B) 41.28º 0.82% 0.6% -
XYZ 19.05 18.56 3.62 -
YUV 114.86 78.42 154.49 -
System Red Green Blue C M Y K H S L
Decimal 152 113 27 0 0.26 0.82 0.40 41.28 0.7 0.35
Hex 98 71 1B 0 1A 52 28 29 46 23
Octal 230 161 33 0 32 122 50 51 106 43
Binary 10011000 1110001 11011 0 11010 1010010 101000 101001 1000110 100011

Color Harmonies of #98711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98711B

Black with #98711B

Text Example


Text Example

White with #98711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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