Html Css Color HEX #95750E Golden Brown

📋 copy color: '#95750E'

red 149 ◦ green 117 ◦ blue 14

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

Shades of Golden Brown #95750E

Tints of Golden Brown #95750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 53.21%
G = 41.79%
B = 5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95750E (or 0x95750E) is known color: Golden Brown. HEX triplet: 95, 75 and 0E. RGB value is (149,117,14). Sum of RGB (Red+Green+Blue) = 149+117+14=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95750E is #6A8AF1. Grayscale: #737373. Windows color (decimal): -6982386 or 947605. OLE color: 947605.

HSL color Cylindrical-coordinate representation of color #95750E: hue angle of 45.78º degrees, saturation: 0.83, 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 #95750E is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 14 -
CMYK 0 0.21 0.91 0.42
HSL 45.78º 0.83% 0.32% -
HSV(B) 45.78º 0.91% 0.58% -
XYZ 18.83 19.14 3.12 -
YUV 114.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 149 117 14 0 0.21 0.91 0.42 45.78 0.83 0.32
Hex 95 75 E 0 15 5B 2A 2E 53 20
Octal 225 165 16 0 25 133 52 56 123 40
Binary 10010101 1110101 1110 0 10101 1011011 101010 101110 1010011 100000

Color Harmonies of #95750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95750E

Black with #95750E

Text Example


Text Example

White with #95750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95750E; }

 p { color: rgb(149,117,14); }

 H1.HeaderClassName
 {
   color: #95750E;
 }
 .AnyTagClassName
 {
   color: #95750E;
 }
</style>

background-color css

<style>
 a { background-color: #95750E; }

 a { background-color: rgb(149,117,14); }

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

border-color css

<style>
 span { border-color: #95750E; }

 span { border-color: rgb(149,117,14); }

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