Html Css Color HEX #955E04 Golden Brown

📋 copy color: '#955E04'

red 149 ◦ green 94 ◦ blue 4

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

Shades of Golden Brown #955E04

Tints of Golden Brown #955E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 60.32%
G = 38.06%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#955E04 (or 0x955E04) is known color: Golden Brown. HEX triplet: 95, 5E and 04. RGB value is (149,94,4). Sum of RGB (Red+Green+Blue) = 149+94+4=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #955E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E04 is #6AA1FB. Grayscale: #646464. Windows color (decimal): -6988284 or 286357. OLE color: 286357.

HSL color Cylindrical-coordinate representation of color #955E04: hue angle of 37.24º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #955E04 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 4 -
CMYK 0 0.37 0.97 0.42
HSL 37.24º 0.95% 0.3% -
HSV(B) 37.24º 0.97% 0.58% -
XYZ 16.42 14.4 2.03 -
YUV 100.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 149 94 4 0 0.37 0.97 0.42 37.24 0.95 0.3
Hex 95 5E 4 0 25 61 2A 25 5F 1E
Octal 225 136 4 0 45 141 52 45 137 36
Binary 10010101 1011110 100 0 100101 1100001 101010 100101 1011111 11110

Color Harmonies of #955E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E04

Black with #955E04

Text Example


Text Example

White with #955E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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