Html Css Color HEX #955C00 Golden Brown

📋 copy color: '#955C00'

red 149 ◦ green 92 ◦ blue 0

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

Shades of Golden Brown #955C00

Tints of Golden Brown #955C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 61.83%
G = 38.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#955C00 (or 0x955C00) is known color: Golden Brown. HEX triplet: 95, 5C and 00. RGB value is (149,92,0). Sum of RGB (Red+Green+Blue) = 149+92+0=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #955C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C00 is #6AA3FF. Grayscale: #626262. Windows color (decimal): -6988800 or 23701. OLE color: 23701.

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

Color convert

RGB 149 92 0 -
CMYK 0 0.38 1 0.42
HSL 37.05º 1% 0.29% -
HSV(B) 37.05º 1% 0.58% -
XYZ 16.22 14.04 1.86 -
YUV 98.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 149 92 0 0 0.38 1 0.42 37.05 1 0.29
Hex 95 5C 0 0 26 64 2A 25 64 1D
Octal 225 134 0 0 46 144 52 45 144 35
Binary 10010101 1011100 0 0 100110 1100100 101010 100101 1100100 11101

Color Harmonies of #955C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C00

Black with #955C00

Text Example


Text Example

White with #955C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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