Html Css Color HEX #955A18 Golden Brown

📋 copy color: '#955A18'

red 149 ◦ green 90 ◦ blue 24

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

Shades of Golden Brown #955A18

Tints of Golden Brown #955A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.13%

R = 56.65%
G = 34.22%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#955A18 (or 0x955A18) is known color: Golden Brown. HEX triplet: 95, 5A and 18. RGB value is (149,90,24). Sum of RGB (Red+Green+Blue) = 149+90+24=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #955A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A18 is #6AA5E7. Grayscale: #646464. Windows color (decimal): -6989288 or 1596053. OLE color: 1596053.

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

Color convert

RGB 149 90 24 -
CMYK 0 0.40 0.84 0.42
HSL 31.68º 0.72% 0.34% -
HSV(B) 31.68º 0.84% 0.58% -
XYZ 16.22 13.77 2.67 -
YUV 100.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 149 90 24 0 0.40 0.84 0.42 31.68 0.72 0.34
Hex 95 5A 18 0 28 54 2A 20 48 22
Octal 225 132 30 0 50 124 52 40 110 42
Binary 10010101 1011010 11000 0 101000 1010100 101010 100000 1001000 100010

Color Harmonies of #955A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A18

Black with #955A18

Text Example


Text Example

White with #955A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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