Html Css Color HEX #955A15 Golden Brown

📋 copy color: '#955A15'

red 149 ◦ green 90 ◦ blue 21

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

Shades of Golden Brown #955A15

Tints of Golden Brown #955A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 57.31%
G = 34.62%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#955A15 (or 0x955A15) is known color: Golden Brown. HEX triplet: 95, 5A and 15. RGB value is (149,90,21). Sum of RGB (Red+Green+Blue) = 149+90+21=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #955A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A15 is #6AA5EA. Grayscale: #646464. Windows color (decimal): -6989291 or 1399445. OLE color: 1399445.

HSL color Cylindrical-coordinate representation of color #955A15: hue angle of 32.34º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #955A15 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 21 -
CMYK 0 0.40 0.86 0.42
HSL 32.34º 0.75% 0.33% -
HSV(B) 32.34º 0.86% 0.58% -
XYZ 16.19 13.76 2.51 -
YUV 99.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 149 90 21 0 0.40 0.86 0.42 32.34 0.75 0.33
Hex 95 5A 15 0 28 56 2A 20 4B 21
Octal 225 132 25 0 50 126 52 40 113 41
Binary 10010101 1011010 10101 0 101000 1010110 101010 100000 1001011 100001

Color Harmonies of #955A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A15

Black with #955A15

Text Example


Text Example

White with #955A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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