Html Css Color HEX #955A04 Golden Brown

📋 copy color: '#955A04'

red 149 ◦ green 90 ◦ blue 4

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

Shades of Golden Brown #955A04

Tints of Golden Brown #955A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.04%

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

R = 61.32%
G = 37.04%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#955A04 (or 0x955A04) is known color: Golden Brown. HEX triplet: 95, 5A and 04. RGB value is (149,90,4). Sum of RGB (Red+Green+Blue) = 149+90+4=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #955A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A04 is #6AA5FB. Grayscale: #626262. Windows color (decimal): -6989308 or 285333. OLE color: 285333.

HSL color Cylindrical-coordinate representation of color #955A04: hue angle of 35.59º 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 #955A04 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 4 -
CMYK 0 0.40 0.97 0.42
HSL 35.59º 0.95% 0.3% -
HSV(B) 35.59º 0.97% 0.58% -
XYZ 16.07 13.71 1.91 -
YUV 97.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 149 90 4 0 0.40 0.97 0.42 35.59 0.95 0.3
Hex 95 5A 4 0 28 61 2A 24 5F 1E
Octal 225 132 4 0 50 141 52 44 137 36
Binary 10010101 1011010 100 0 101000 1100001 101010 100100 1011111 11110

Color Harmonies of #955A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A04

Black with #955A04

Text Example


Text Example

White with #955A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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