Html Css Color HEX #945848 Copper Rust

📋 copy color: '#945848'

red 148 ◦ green 88 ◦ blue 72

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

Shades of Copper Rust #945848

Tints of Copper Rust #945848

RGB

 RED value IS 148 (58.2% from 255) = 48.05%

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

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 48.05%
G = 28.57%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#945848 (or 0x945848) is known color: Copper Rust. HEX triplet: 94, 58 and 48. RGB value is (148,88,72). Sum of RGB (Red+Green+Blue) = 148+88+72=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #945848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945848 is #6BA7B7. Grayscale: #686868. Windows color (decimal): -7055288 or 4741268. OLE color: 4741268.

HSL color Cylindrical-coordinate representation of color #945848: hue angle of 12.63º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945848 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 72 -
CMYK 0 0.41 0.51 0.42
HSL 12.63º 0.35% 0.43% -
HSV(B) 12.63º 0.51% 0.58% -
XYZ 16.87 13.74 7.89 -
YUV 104.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 148 88 72 0 0.41 0.51 0.42 12.63 0.35 0.43
Hex 94 58 48 0 29 33 2A D 23 2B
Octal 224 130 110 0 51 63 52 15 43 53
Binary 10010100 1011000 1001000 0 101001 110011 101010 1101 100011 101011

Color Harmonies of #945848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945848

Black with #945848

Text Example


Text Example

White with #945848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945848; }

 p { color: rgb(148,88,72); }

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

background-color css

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

 a { background-color: rgb(148,88,72); }

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

border-color css

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

 span { border-color: rgb(148,88,72); }

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