Html Css Color HEX #95720D Golden Brown

📋 copy color: '#95720D'

red 149 ◦ green 114 ◦ blue 13

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

Shades of Golden Brown #95720D

Tints of Golden Brown #95720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 53.99%
G = 41.3%
B = 4.71%

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

#95720D (or 0x95720D) is known color: Golden Brown. HEX triplet: 95, 72 and 0D. RGB value is (149,114,13). Sum of RGB (Red+Green+Blue) = 149+114+13=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95720D is #6A8DF2. Grayscale: #717171. Windows color (decimal): -6983155 or 881301. OLE color: 881301.

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

Color convert

RGB 149 114 13 -
CMYK 0 0.23 0.91 0.42
HSL 44.56º 0.84% 0.32% -
HSV(B) 44.56º 0.91% 0.58% -
XYZ 18.48 18.45 2.97 -
YUV 112.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 149 114 13 0 0.23 0.91 0.42 44.56 0.84 0.32
Hex 95 72 D 0 17 5B 2A 2D 54 20
Octal 225 162 15 0 27 133 52 55 124 40
Binary 10010101 1110010 1101 0 10111 1011011 101010 101101 1010100 100000

Color Harmonies of #95720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95720D

Black with #95720D

Text Example


Text Example

White with #95720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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