Html Css Color HEX #955918 Golden Brown

📋 copy color: '#955918'

red 149 ◦ green 89 ◦ blue 24

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

Shades of Golden Brown #955918

Tints of Golden Brown #955918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.97%

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

R = 56.87%
G = 33.97%
B = 9.16%

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

#955918 (or 0x955918) is known color: Golden Brown. HEX triplet: 95, 59 and 18. RGB value is (149,89,24). Sum of RGB (Red+Green+Blue) = 149+89+24=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #955918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955918 is #6AA6E7. Grayscale: #636363. Windows color (decimal): -6989544 or 1595797. OLE color: 1595797.

HSL color Cylindrical-coordinate representation of color #955918: hue angle of 31.2º 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 #955918 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 24 -
CMYK 0 0.40 0.84 0.42
HSL 31.2º 0.72% 0.34% -
HSV(B) 31.2º 0.84% 0.58% -
XYZ 16.13 13.6 2.64 -
YUV 99.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 149 89 24 0 0.40 0.84 0.42 31.2 0.72 0.34
Hex 95 59 18 0 28 54 2A 1F 48 22
Octal 225 131 30 0 50 124 52 37 110 42
Binary 10010101 1011001 11000 0 101000 1010100 101010 11111 1001000 100010

Color Harmonies of #955918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955918

Black with #955918

Text Example


Text Example

White with #955918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955918; }

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

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

background-color css

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

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

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

border-color css

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

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

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