Html Css Color HEX #955E0C Golden Brown

📋 copy color: '#955E0C'

red 149 ◦ green 94 ◦ blue 12

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

Shades of Golden Brown #955E0C

Tints of Golden Brown #955E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.86%

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 58.43%
G = 36.86%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#955E0C (or 0x955E0C) is known color: Golden Brown. HEX triplet: 95, 5E and 0C. RGB value is (149,94,12). Sum of RGB (Red+Green+Blue) = 149+94+12=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #955E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E0C is #6AA1F3. Grayscale: #656565. Windows color (decimal): -6988276 or 810645. OLE color: 810645.

HSL color Cylindrical-coordinate representation of color #955E0C: hue angle of 35.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #955E0C is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 12 -
CMYK 0 0.37 0.92 0.42
HSL 35.91º 0.85% 0.32% -
HSV(B) 35.91º 0.92% 0.58% -
XYZ 16.46 14.42 2.26 -
YUV 101.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 149 94 12 0 0.37 0.92 0.42 35.91 0.85 0.32
Hex 95 5E C 0 25 5C 2A 24 55 20
Octal 225 136 14 0 45 134 52 44 125 40
Binary 10010101 1011110 1100 0 100101 1011100 101010 100100 1010101 100000

Color Harmonies of #955E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E0C

Black with #955E0C

Text Example


Text Example

White with #955E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,94,12); }

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

background-color css

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

 a { background-color: rgb(149,94,12); }

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

border-color css

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

 span { border-color: rgb(149,94,12); }

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