Html Css Color HEX #95570D Golden Brown

📋 copy color: '#95570D'

red 149 ◦ green 87 ◦ blue 13

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

Shades of Golden Brown #95570D

Tints of Golden Brown #95570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.94%

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

R = 59.84%
G = 34.94%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95570D (or 0x95570D) is known color: Golden Brown. HEX triplet: 95, 57 and 0D. RGB value is (149,87,13). Sum of RGB (Red+Green+Blue) = 149+87+13=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95570D is #6AA8F2. Grayscale: #616161. Windows color (decimal): -6990067 or 874389. OLE color: 874389.

HSL color Cylindrical-coordinate representation of color #95570D: hue angle of 32.65º 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 #95570D is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 13 -
CMYK 0 0.42 0.91 0.42
HSL 32.65º 0.84% 0.32% -
HSV(B) 32.65º 0.91% 0.58% -
XYZ 15.88 13.24 2.1 -
YUV 97.1 80.54 165.02 -
System Red Green Blue C M Y K H S L
Decimal 149 87 13 0 0.42 0.91 0.42 32.65 0.84 0.32
Hex 95 57 D 0 2A 5B 2A 21 54 20
Octal 225 127 15 0 52 133 52 41 124 40
Binary 10010101 1010111 1101 0 101010 1011011 101010 100001 1010100 100000

Color Harmonies of #95570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95570D

Black with #95570D

Text Example


Text Example

White with #95570D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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