Html Css Color HEX #98550E Golden Brown

📋 copy color: '#98550E'

red 152 ◦ green 85 ◦ blue 14

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

Shades of Golden Brown #98550E

Tints of Golden Brown #98550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.86%

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 60.56%
G = 33.86%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98550E (or 0x98550E) is known color: Golden Brown. HEX triplet: 98, 55 and 0E. RGB value is (152,85,14). Sum of RGB (Red+Green+Blue) = 152+85+14=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98550E is #67AAF1. Grayscale: #616161. Windows color (decimal): -6793970 or 939416. OLE color: 939416.

HSL color Cylindrical-coordinate representation of color #98550E: hue angle of 30.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98550E is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 14 -
CMYK 0 0.44 0.91 0.40
HSL 30.87º 0.83% 0.33% -
HSV(B) 30.87º 0.91% 0.6% -
XYZ 16.28 13.2 2.11 -
YUV 96.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 152 85 14 0 0.44 0.91 0.40 30.87 0.83 0.33
Hex 98 55 E 0 2C 5B 28 1F 53 21
Octal 230 125 16 0 54 133 50 37 123 41
Binary 10011000 1010101 1110 0 101100 1011011 101000 11111 1010011 100001

Color Harmonies of #98550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98550E

Black with #98550E

Text Example


Text Example

White with #98550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,85,14); }

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

background-color css

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

 a { background-color: rgb(152,85,14); }

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

border-color css

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

 span { border-color: rgb(152,85,14); }

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