Html Css Color HEX #955812 Golden Brown

📋 copy color: '#955812'

red 149 ◦ green 88 ◦ blue 18

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

Shades of Golden Brown #955812

Tints of Golden Brown #955812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

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

R = 58.43%
G = 34.51%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#955812 (or 0x955812) is known color: Golden Brown. HEX triplet: 95, 58 and 12. RGB value is (149,88,18). Sum of RGB (Red+Green+Blue) = 149+88+18=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #955812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955812 is #6AA7ED. Grayscale: #626262. Windows color (decimal): -6989806 or 1202325. OLE color: 1202325.

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

Color convert

RGB 149 88 18 -
CMYK 0 0.41 0.88 0.42
HSL 32.06º 0.78% 0.33% -
HSV(B) 32.06º 0.88% 0.58% -
XYZ 15.99 13.41 2.32 -
YUV 98.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 149 88 18 0 0.41 0.88 0.42 32.06 0.78 0.33
Hex 95 58 12 0 29 58 2A 20 4E 21
Octal 225 130 22 0 51 130 52 40 116 41
Binary 10010101 1011000 10010 0 101001 1011000 101010 100000 1001110 100001

Color Harmonies of #955812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955812

Black with #955812

Text Example


Text Example

White with #955812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955812; }

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

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

background-color css

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

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

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

border-color css

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

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

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