Html Css Color HEX #504543 Crater Brown

📋 copy color: '#504543'

red 80 ◦ green 69 ◦ blue 67

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

Shades of Crater Brown #504543

Tints of Crater Brown #504543

RGB

 RED value IS 80 (31.64% from 255) = 37.04%

 GREEN value IS 69 (27.34% from 255) = 31.94%

 BLUE value IS 67 (26.56% from 255) = 31.02%

R = 37.04%
G = 31.94%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#504543 (or 0x504543) is known color: Crater Brown. HEX triplet: 50, 45 and 43. RGB value is (80,69,67). Sum of RGB (Red+Green+Blue) = 80+69+67=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504543 is #AFBABC. Grayscale: #484848. Windows color (decimal): -11516605 or 4408656. OLE color: 4408656.

HSL color Cylindrical-coordinate representation of color #504543: hue angle of 9.23º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504543 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 67 -
CMYK 0 0.14 0.16 0.69
HSL 9.23º 0.09% 0.29% -
HSV(B) 9.23º 0.16% 0.31% -
XYZ 6.45 6.37 6.2 -
YUV 72.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 80 69 67 0 0.14 0.16 0.69 9.23 0.09 0.29
Hex 50 45 43 0 E 10 45 9 9 1D
Octal 120 105 103 0 16 20 105 11 11 35
Binary 1010000 1000101 1000011 0 1110 10000 1000101 1001 1001 11101

Color Harmonies of #504543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504543

Black with #504543

Text Example


Text Example

White with #504543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504543; }

 p { color: rgb(80,69,67); }

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

background-color css

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

 a { background-color: rgb(80,69,67); }

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

border-color css

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

 span { border-color: rgb(80,69,67); }

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