Html Css Color HEX #955E00 Golden Brown

📋 copy color: '#955E00'

red 149 ◦ green 94 ◦ blue 0

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

Shades of Golden Brown #955E00

Tints of Golden Brown #955E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.32%
G = 38.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#955E00 (or 0x955E00) is known color: Golden Brown. HEX triplet: 95, 5E and 00. RGB value is (149,94,0). Sum of RGB (Red+Green+Blue) = 149+94+0=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #955E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E00 is #6AA1FF. Grayscale: #646464. Windows color (decimal): -6988288 or 24213. OLE color: 24213.

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

Color convert

RGB 149 94 0 -
CMYK 0 0.37 1 0.42
HSL 37.85º 1% 0.29% -
HSV(B) 37.85º 1% 0.58% -
XYZ 16.4 14.39 1.91 -
YUV 99.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 149 94 0 0 0.37 1 0.42 37.85 1 0.29
Hex 95 5E 0 0 25 64 2A 26 64 1D
Octal 225 136 0 0 45 144 52 46 144 35
Binary 10010101 1011110 0 0 100101 1100100 101010 100110 1100100 11101

Color Harmonies of #955E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E00

Black with #955E00

Text Example


Text Example

White with #955E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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