Html Css Color HEX #955E0F Golden Brown

📋 copy color: '#955E0F'

red 149 ◦ green 94 ◦ blue 15

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

Shades of Golden Brown #955E0F

Tints of Golden Brown #955E0F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.43%

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 57.75%
G = 36.43%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#955E0F (or 0x955E0F) is known color: Golden Brown. HEX triplet: 95, 5E and 0F. RGB value is (149,94,15). Sum of RGB (Red+Green+Blue) = 149+94+15=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #955E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E0F is #6AA1F0. Grayscale: #656565. Windows color (decimal): -6988273 or 1007253. OLE color: 1007253.

HSL color Cylindrical-coordinate representation of color #955E0F: hue angle of 35.37º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #955E0F is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 15 -
CMYK 0 0.37 0.90 0.42
HSL 35.37º 0.82% 0.32% -
HSV(B) 35.37º 0.9% 0.58% -
XYZ 16.48 14.43 2.37 -
YUV 101.44 79.22 161.92 -
System Red Green Blue C M Y K H S L
Decimal 149 94 15 0 0.37 0.90 0.42 35.37 0.82 0.32
Hex 95 5E F 0 25 5A 2A 23 52 20
Octal 225 136 17 0 45 132 52 43 122 40
Binary 10010101 1011110 1111 0 100101 1011010 101010 100011 1010010 100000

Color Harmonies of #955E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E0F

Black with #955E0F

Text Example


Text Example

White with #955E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955E0F; }

 p { color: rgb(149,94,15); }

 H1.HeaderClassName
 {
   color: #955E0F;
 }
 .AnyTagClassName
 {
   color: #955E0F;
 }
</style>

background-color css

<style>
 a { background-color: #955E0F; }

 a { background-color: rgb(149,94,15); }

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

border-color css

<style>
 span { border-color: #955E0F; }

 span { border-color: rgb(149,94,15); }

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