Html Css Color HEX #95590D Golden Brown

📋 copy color: '#95590D'

red 149 ◦ green 89 ◦ blue 13

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

Shades of Golden Brown #95590D

Tints of Golden Brown #95590D

RGB

 RED value IS 149 (58.59% from 255) = 59.36%

 GREEN value IS 89 (35.16% from 255) = 35.46%

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 59.36%
G = 35.46%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95590D (or 0x95590D) is known color: Golden Brown. HEX triplet: 95, 59 and 0D. RGB value is (149,89,13). Sum of RGB (Red+Green+Blue) = 149+89+13=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95590D is #6AA6F2. Grayscale: #626262. Windows color (decimal): -6989555 or 874901. OLE color: 874901.

HSL color Cylindrical-coordinate representation of color #95590D: hue angle of 33.53º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95590D is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 13 -
CMYK 0 0.40 0.91 0.42
HSL 33.53º 0.84% 0.32% -
HSV(B) 33.53º 0.91% 0.58% -
XYZ 16.04 13.56 2.15 -
YUV 98.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 149 89 13 0 0.40 0.91 0.42 33.53 0.84 0.32
Hex 95 59 D 0 28 5B 2A 22 54 20
Octal 225 131 15 0 50 133 52 42 124 40
Binary 10010101 1011001 1101 0 101000 1011011 101010 100010 1010100 100000

Color Harmonies of #95590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95590D

Black with #95590D

Text Example


Text Example

White with #95590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95590D; }

 p { color: rgb(149,89,13); }

 H1.HeaderClassName
 {
   color: #95590D;
 }
 .AnyTagClassName
 {
   color: #95590D;
 }
</style>

background-color css

<style>
 a { background-color: #95590D; }

 a { background-color: rgb(149,89,13); }

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

border-color css

<style>
 span { border-color: #95590D; }

 span { border-color: rgb(149,89,13); }

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