Html Css Color HEX #955C05 Golden Brown

📋 copy color: '#955C05'

red 149 ◦ green 92 ◦ blue 5

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

Shades of Golden Brown #955C05

Tints of Golden Brown #955C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 60.57%
G = 37.4%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#955C05 (or 0x955C05) is known color: Golden Brown. HEX triplet: 95, 5C and 05. RGB value is (149,92,5). Sum of RGB (Red+Green+Blue) = 149+92+5=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #955C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955C05 is #6AA3FA. Grayscale: #636363. Windows color (decimal): -6988795 or 351381. OLE color: 351381.

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

Color convert

RGB 149 92 5 -
CMYK 0 0.38 0.97 0.42
HSL 36.25º 0.94% 0.3% -
HSV(B) 36.25º 0.97% 0.58% -
XYZ 16.25 14.05 2 -
YUV 99.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 149 92 5 0 0.38 0.97 0.42 36.25 0.94 0.3
Hex 95 5C 5 0 26 61 2A 24 5E 1E
Octal 225 134 5 0 46 141 52 44 136 36
Binary 10010101 1011100 101 0 100110 1100001 101010 100100 1011110 11110

Color Harmonies of #955C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C05

Black with #955C05

Text Example


Text Example

White with #955C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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