Html Css Color HEX #985F1D Golden Brown

📋 copy color: '#985F1D'

red 152 ◦ green 95 ◦ blue 29

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

Shades of Golden Brown #985F1D

Tints of Golden Brown #985F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 55.07%
G = 34.42%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#985F1D (or 0x985F1D) is known color: Golden Brown. HEX triplet: 98, 5F and 1D. RGB value is (152,95,29). Sum of RGB (Red+Green+Blue) = 152+95+29=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #985F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F1D is #67A0E2. Grayscale: #686868. Windows color (decimal): -6791395 or 1925016. OLE color: 1925016.

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

Color convert

RGB 152 95 29 -
CMYK 0 0.38 0.81 0.40
HSL 32.2º 0.68% 0.35% -
HSV(B) 32.2º 0.81% 0.6% -
XYZ 17.26 14.95 3.14 -
YUV 104.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 152 95 29 0 0.38 0.81 0.40 32.2 0.68 0.35
Hex 98 5F 1D 0 26 51 28 20 44 23
Octal 230 137 35 0 46 121 50 40 104 43
Binary 10011000 1011111 11101 0 100110 1010001 101000 100000 1000100 100011

Color Harmonies of #985F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F1D

Black with #985F1D

Text Example


Text Example

White with #985F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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