Html Css Color HEX #95590B Golden Brown

📋 copy color: '#95590B'

red 149 ◦ green 89 ◦ blue 11

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

Shades of Golden Brown #95590B

Tints of Golden Brown #95590B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 59.84%
G = 35.74%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95590B (or 0x95590B) is known color: Golden Brown. HEX triplet: 95, 59 and 0B. RGB value is (149,89,11). Sum of RGB (Red+Green+Blue) = 149+89+11=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95590B is #6AA6F4. Grayscale: #626262. Windows color (decimal): -6989557 or 743829. OLE color: 743829.

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

Color convert

RGB 149 89 11 -
CMYK 0 0.40 0.93 0.42
HSL 33.91º 0.86% 0.31% -
HSV(B) 33.91º 0.93% 0.58% -
XYZ 16.03 13.56 2.09 -
YUV 98.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 149 89 11 0 0.40 0.93 0.42 33.91 0.86 0.31
Hex 95 59 B 0 28 5D 2A 22 56 1F
Octal 225 131 13 0 50 135 52 42 126 37
Binary 10010101 1011001 1011 0 101000 1011101 101010 100010 1010110 11111

Color Harmonies of #95590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95590B

Black with #95590B

Text Example


Text Example

White with #95590B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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