Html Css Color HEX #955512 Golden Brown

📋 copy color: '#955512'

red 149 ◦ green 85 ◦ blue 18

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

Shades of Golden Brown #955512

Tints of Golden Brown #955512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 59.13%
G = 33.73%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#955512 (or 0x955512) is known color: Golden Brown. HEX triplet: 95, 55 and 12. RGB value is (149,85,18). Sum of RGB (Red+Green+Blue) = 149+85+18=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #955512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955512 is #6AAAED. Grayscale: #606060. Windows color (decimal): -6990574 or 1201557. OLE color: 1201557.

HSL color Cylindrical-coordinate representation of color #955512: hue angle of 30.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #955512 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 18 -
CMYK 0 0.43 0.88 0.42
HSL 30.69º 0.78% 0.33% -
HSV(B) 30.69º 0.88% 0.58% -
XYZ 15.75 12.93 2.24 -
YUV 96.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 149 85 18 0 0.43 0.88 0.42 30.69 0.78 0.33
Hex 95 55 12 0 2B 58 2A 1F 4E 21
Octal 225 125 22 0 53 130 52 37 116 41
Binary 10010101 1010101 10010 0 101011 1011000 101010 11111 1001110 100001

Color Harmonies of #955512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955512

Black with #955512

Text Example


Text Example

White with #955512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955512; }

 p { color: rgb(149,85,18); }

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

background-color css

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

 a { background-color: rgb(149,85,18); }

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

border-color css

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

 span { border-color: rgb(149,85,18); }

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