Html Css Color HEX #955F0C Golden Brown

📋 copy color: '#955F0C'

red 149 ◦ green 95 ◦ blue 12

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

Shades of Golden Brown #955F0C

Tints of Golden Brown #955F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.11%

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

R = 58.2%
G = 37.11%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#955F0C (or 0x955F0C) is known color: Golden Brown. HEX triplet: 95, 5F and 0C. RGB value is (149,95,12). Sum of RGB (Red+Green+Blue) = 149+95+12=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #955F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955F0C is #6AA0F3. Grayscale: #666666. Windows color (decimal): -6988020 or 810901. OLE color: 810901.

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

Color convert

RGB 149 95 12 -
CMYK 0 0.36 0.92 0.42
HSL 36.35º 0.85% 0.32% -
HSV(B) 36.35º 0.92% 0.58% -
XYZ 16.55 14.6 2.29 -
YUV 101.68 77.39 161.75 -
System Red Green Blue C M Y K H S L
Decimal 149 95 12 0 0.36 0.92 0.42 36.35 0.85 0.32
Hex 95 5F C 0 24 5C 2A 24 55 20
Octal 225 137 14 0 44 134 52 44 125 40
Binary 10010101 1011111 1100 0 100100 1011100 101010 100100 1010101 100000

Color Harmonies of #955F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F0C

Black with #955F0C

Text Example


Text Example

White with #955F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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