Html Css Color HEX #985F1A Golden Brown

📋 copy color: '#985F1A'

red 152 ◦ green 95 ◦ blue 26

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

Shades of Golden Brown #985F1A

Tints of Golden Brown #985F1A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.8%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 55.68%
G = 34.8%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#985F1A (or 0x985F1A) is known color: Golden Brown. HEX triplet: 98, 5F and 1A. RGB value is (152,95,26). Sum of RGB (Red+Green+Blue) = 152+95+26=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #985F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F1A is #67A0E5. Grayscale: #686868. Windows color (decimal): -6791398 or 1728408. OLE color: 1728408.

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

Color convert

RGB 152 95 26 -
CMYK 0 0.38 0.83 0.40
HSL 32.86º 0.71% 0.35% -
HSV(B) 32.86º 0.83% 0.6% -
XYZ 17.23 14.93 2.95 -
YUV 104.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 152 95 26 0 0.38 0.83 0.40 32.86 0.71 0.35
Hex 98 5F 1A 0 26 53 28 21 47 23
Octal 230 137 32 0 46 123 50 41 107 43
Binary 10011000 1011111 11010 0 100110 1010011 101000 100001 1000111 100011

Color Harmonies of #985F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F1A

Black with #985F1A

Text Example


Text Example

White with #985F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,95,26); }

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

background-color css

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

 a { background-color: rgb(152,95,26); }

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

border-color css

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

 span { border-color: rgb(152,95,26); }

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