Html Css Color HEX #985E0C Golden Brown

📋 copy color: '#985E0C'

red 152 ◦ green 94 ◦ blue 12

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

Shades of Golden Brown #985E0C

Tints of Golden Brown #985E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.43%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 58.91%
G = 36.43%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#985E0C (or 0x985E0C) is known color: Golden Brown. HEX triplet: 98, 5E and 0C. RGB value is (152,94,12). Sum of RGB (Red+Green+Blue) = 152+94+12=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #985E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985E0C is #67A1F3. Grayscale: #666666. Windows color (decimal): -6791668 or 810648. OLE color: 810648.

HSL color Cylindrical-coordinate representation of color #985E0C: hue angle of 35.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #985E0C is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 94 12 -
CMYK 0 0.38 0.92 0.40
HSL 35.14º 0.85% 0.32% -
HSV(B) 35.14º 0.92% 0.6% -
XYZ 17.02 14.71 2.29 -
YUV 101.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 152 94 12 0 0.38 0.92 0.40 35.14 0.85 0.32
Hex 98 5E C 0 26 5C 28 23 55 20
Octal 230 136 14 0 46 134 50 43 125 40
Binary 10011000 1011110 1100 0 100110 1011100 101000 100011 1010101 100000

Color Harmonies of #985E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E0C

Black with #985E0C

Text Example


Text Example

White with #985E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985E0C; }

 p { color: rgb(152,94,12); }

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

background-color css

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

 a { background-color: rgb(152,94,12); }

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

border-color css

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

 span { border-color: rgb(152,94,12); }

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