Html Css Color HEX #95730D Golden Brown

📋 copy color: '#95730D'

red 149 ◦ green 115 ◦ blue 13

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

Shades of Golden Brown #95730D

Tints of Golden Brown #95730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.52%

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

R = 53.79%
G = 41.52%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95730D (or 0x95730D) is known color: Golden Brown. HEX triplet: 95, 73 and 0D. RGB value is (149,115,13). Sum of RGB (Red+Green+Blue) = 149+115+13=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95730D is #6A8CF2. Grayscale: #717171. Windows color (decimal): -6982899 or 881557. OLE color: 881557.

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

Color convert

RGB 149 115 13 -
CMYK 0 0.23 0.91 0.42
HSL 45º 0.84% 0.32% -
HSV(B) 45º 0.91% 0.58% -
XYZ 18.6 18.68 3.01 -
YUV 113.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 149 115 13 0 0.23 0.91 0.42 45 0.84 0.32
Hex 95 73 D 0 17 5B 2A 2D 54 20
Octal 225 163 15 0 27 133 52 55 124 40
Binary 10010101 1110011 1101 0 10111 1011011 101010 101101 1010100 100000

Color Harmonies of #95730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95730D

Black with #95730D

Text Example


Text Example

White with #95730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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