Html Css Color HEX #95740D Golden Brown

📋 copy color: '#95740D'

red 149 ◦ green 116 ◦ blue 13

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

Shades of Golden Brown #95740D

Tints of Golden Brown #95740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

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

R = 53.6%
G = 41.73%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95740D (or 0x95740D) is known color: Golden Brown. HEX triplet: 95, 74 and 0D. RGB value is (149,116,13). Sum of RGB (Red+Green+Blue) = 149+116+13=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95740D is #6A8BF2. Grayscale: #727272. Windows color (decimal): -6982643 or 881813. OLE color: 881813.

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

Color convert

RGB 149 116 13 -
CMYK 0 0.22 0.91 0.42
HSL 45.44º 0.84% 0.32% -
HSV(B) 45.44º 0.91% 0.58% -
XYZ 18.71 18.91 3.04 -
YUV 114.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 149 116 13 0 0.22 0.91 0.42 45.44 0.84 0.32
Hex 95 74 D 0 16 5B 2A 2D 54 20
Octal 225 164 15 0 26 133 52 55 124 40
Binary 10010101 1110100 1101 0 10110 1011011 101010 101101 1010100 100000

Color Harmonies of #95740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95740D

Black with #95740D

Text Example


Text Example

White with #95740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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