Html Css Color HEX #985A12 Golden Brown

📋 copy color: '#985A12'

red 152 ◦ green 90 ◦ blue 18

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

Shades of Golden Brown #985A12

Tints of Golden Brown #985A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

 BLUE value IS 18 (7.42% from 255) = 6.92%

R = 58.46%
G = 34.62%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#985A12 (or 0x985A12) is known color: Golden Brown. HEX triplet: 98, 5A and 12. RGB value is (152,90,18). Sum of RGB (Red+Green+Blue) = 152+90+18=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #985A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985A12 is #67A5ED. Grayscale: #646464. Windows color (decimal): -6792686 or 1202840. OLE color: 1202840.

HSL color Cylindrical-coordinate representation of color #985A12: hue angle of 32.24º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #985A12 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 90 18 -
CMYK 0 0.41 0.88 0.40
HSL 32.24º 0.79% 0.33% -
HSV(B) 32.24º 0.88% 0.6% -
XYZ 16.71 14.03 2.4 -
YUV 100.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 152 90 18 0 0.41 0.88 0.40 32.24 0.79 0.33
Hex 98 5A 12 0 29 58 28 20 4F 21
Octal 230 132 22 0 51 130 50 40 117 41
Binary 10011000 1011010 10010 0 101001 1011000 101000 100000 1001111 100001

Color Harmonies of #985A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A12

Black with #985A12

Text Example


Text Example

White with #985A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,90,18); }

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

background-color css

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

 a { background-color: rgb(152,90,18); }

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

border-color css

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

 span { border-color: rgb(152,90,18); }

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