Html Css Color HEX #955D12 Golden Brown

📋 copy color: '#955D12'

red 149 ◦ green 93 ◦ blue 18

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

Shades of Golden Brown #955D12

Tints of Golden Brown #955D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.77%

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

R = 57.31%
G = 35.77%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#955D12 (or 0x955D12) is known color: Golden Brown. HEX triplet: 95, 5D and 12. RGB value is (149,93,18). Sum of RGB (Red+Green+Blue) = 149+93+18=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #955D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955D12 is #6AA2ED. Grayscale: #656565. Windows color (decimal): -6988526 or 1203605. OLE color: 1203605.

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

Color convert

RGB 149 93 18 -
CMYK 0 0.38 0.88 0.42
HSL 34.35º 0.78% 0.33% -
HSV(B) 34.35º 0.88% 0.58% -
XYZ 16.42 14.26 2.46 -
YUV 101.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 149 93 18 0 0.38 0.88 0.42 34.35 0.78 0.33
Hex 95 5D 12 0 26 58 2A 22 4E 21
Octal 225 135 22 0 46 130 52 42 116 41
Binary 10010101 1011101 10010 0 100110 1011000 101010 100010 1001110 100001

Color Harmonies of #955D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D12

Black with #955D12

Text Example


Text Example

White with #955D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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