#94550C

Color #94550C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #94550C

Tints of Golden Brown #94550C

Color information

#94550C (or 0x94550C) is unknown color: approx Golden Brown. HEX triplet: 94, 55 and 0C. RGB value is (148,85,12). Sum of RGB (Red+Green+Blue) = 148+85+12=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94550C is #6BAAF3. Grayscale: #5F5F5F. Windows color (decimal): -7056116 or 808340. OLE color: 808340.

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

Color convert

RGB1488512-
CMYK00.430.920.42
HSL32.21º85%31.37%-
HSV(B)32.21º91.89%58.04%-
XYZ15.5312.822-
YUV95.5180.87165.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=60.41%
G=34.69%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148851200.430.920.4232.218531.37
Hex9455C02B5C2A20551f
Octal22412514053134524012537
Binary100101001010101110001010111011100101010100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94550C; }

 p { color: rgb(148,85,12); }

 H1.HeaderClassName
 {
   color: #94550C;
 }
 .AnyTagClassName
 {
   color: #94550C;
 }
</style>
background-color css

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

 a { background-color: rgb(148,85,12); }

 div.DivClassName
 {
   background-color: #94550C;
 }
 .BgClassName
 {
   background-color: #94550C;
 }
</style>
border-color css

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

 span { border-color: rgb(148,85,12); }

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